open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
63 stars 47 forks source link

Make mtt_ompi_cleanup.pl only run once per node #69

Open ompiteam opened 10 years ago

ompiteam commented 10 years ago

As of r323, the default action is to run mtt_ompi_cleanup.pl with &test_np(), meaning that we could be running multiple copies on each node. This is not ''harmful'' -- it creates some harmless race conditions (i.e., which copy exactly will kill the rogue orteds), but it is at least somewhat wasteful. It would be better to somehow figure out how to run only 1 copy of the script per node (a la LAM's "N" scheduling).

Perhaps if OMPI supports LAM's C/N scheduling someday, this would be much easier... :-)

ompiteam commented 10 years ago

Imported from trac issue 68. Created by jsquyres on 2006-09-13T09:06:59, last modified: 2006-09-13T09:06:59