svn+ssh://bugman@.../svn/relax/trunk
........
r21012 | bugman | 2013-10-07 21:13:45 +0200 (Mon, 07 Oct 2013) | 9 lines
Added multi-processor support for Monte Carlo simulations.
This simply involves accessing the multi-processor box singleton and running the
processor.run_queue() method within the pipe_control.minimise.minimise() function. This currently
does nothing as the processor queue is always empty. But if the code in the specific_analyses
package is modified to add slave commands to the processor but not execute the run_queue() method,
then the Monte Carlo simulations will be automatically parallelised.
........