Parallelizing over a cluster of homogeneous machines

De
Révision datée du 10 mai 2020 à 17:58 par Collet (discussion | contributions) (Page créée avec « 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 s... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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