svn+ssh://bugman@.../svn/relax/trunk
........
r21015 | bugman | 2013-10-07 21:54:45 +0200 (Mon, 07 Oct 2013) | 8 lines
Fix for the Monte Carlo simulation parallisation.
The processor.run_queue() method needs to be executed for all the optimisation user function of
relax (at the end of both the grid_search() and the calc() functions). Otherwise when removing the
processor.run_queue() call from the specific_analyses code results in a failure of the grid search
or back-calculation to be run until the minimise() user function call, which will be too late.
........