This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 01, 2011
-
-
Janik Zikovsky authored
-
Russell Taylor authored
There was a "PROPERTIES" missing in the line added on the last commit of this file. Also made the file look neater at the same time. Re #1881.
-
Gigg, Martyn Anthony authored
Add a compiler flag for windows compilers that have an issue with large objects that are generated by boost::python's template code. Re #1881
-
Gigg, Martyn Anthony authored
Update to the Load algorithm to allow running solely to discover the concrete loader type. Also updated workspace property to respect the optional flag in other cirumstances. Re #2329
-
Janik Zikovsky authored
Refs #2334: Slabs for writing SNS histogrammed nexus files (currently disabled). Parallelized part of the algorithm for speed-up.
-
- Jan 31, 2011
-
-
Russell Taylor authored
-
Russell Taylor authored
Eliminate data loading from a couple of test constructors. Also eliminate setUp method in several places. Re #2221.
-
Janik Zikovsky authored
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
-
Peterson, Peter authored
-
Russell Taylor authored
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
Fixes #2074: run_start property when loading SNS files will allow the right instrument definition to be loaded.
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
-
Doucet, Mathieu authored
-
Michael Whitty authored
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Gigg, Martyn Anthony authored
pooling isn't cooperating as well on the build servers as on my machine where everything ran fine./MantidPlot/ Re #2276
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Created a pool for parametrized detector objects to avoid excessive calls to the new operator in multi-threaded loops. If a cached object already exists and is unique then it's memory is reused rather than reallocating another object. This alleviates some of the locking within threaded loops that was impeding the scaling with the number of cores. There is still something to done with instruments but an issue remains with plottable components. Re #2276
-
Owen Arnold authored
-
Owen Arnold authored
-
- Jan 29, 2011
-
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
Added an executeSubAlg() method to PythonAlgorithm. It creates and runs a sub-alg with the provided parameters. Re #2270
-
- Jan 28, 2011
-
-
Campbell, Stuart authored
-
Russell Taylor authored
-
Peterson, Peter authored
-
Janik Zikovsky authored
Refs #2167: You can't put ClassName:: in front of your function declarations in a header file; I'm surprised this builds under windows.
-
Janik Zikovsky authored
-
Peterson, Peter authored
-
Janik Zikovsky authored
Fixes #2324: Call to sortAll before CompressEvents speeds things up from 80 to 30 seconds in one example (95 million event list). Same thing in ConvertToMatrixWorkspace. Nicer reporting.
-
Janik Zikovsky authored
Fixes #2277: A million tests for every possible permutation of multiply and divide workspace. Whew!
-
Russell Taylor authored
-