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.