svn+ssh://bugman@.../svn/relax/trunk
........
r24511 | bugman | 2014-07-10 16:02:25 +0200 (Thu, 10 Jul 2014) | 9 lines
Fix for the relaxation dispersion analysis Monte Carlo simulation printouts on clusters.
The multi-processor code was calling the print() function from the Slave_command.run() method,
however this runs on the slave processor. This has been shifted to the Results_command.run() method
which runs on the master once the results have been returned via the Results_command. Now the
printout of the simulation number and cluster ID will be visible when running via OpenMPI on a
cluster.
........