Parallelizing over a cluster of homogeneous machines

De
Aller à la navigation Aller à la recherche

If you launch several islands using cssh or csshx (mac) the problem is that all processes are started at the same time (within the same second), so all will get the same seed!

The good way to launch runs with really different seeds is:

$./my_algorithm --seed $RANDOM