1
1

Ensure that slurm only launches one orted/node, regardless of how the allocation was obtained.

This commit was SVN r25790.
Этот коммит содержится в:
Ralph Castain 2012-01-26 19:23:15 +00:00
родитель 6c954ad43f
Коммит 1449b27e9f

Просмотреть файл

@ -257,6 +257,9 @@ static int plm_slurm_launch_job(orte_job_t *jdata)
/* add the srun command */
opal_argv_append(&argc, &argv, "srun");
/* ensure we only launch one daemon/node */
opal_argv_append(&argc, &argv, "--ntasks-per-node=1");
/* alert us if any orteds die during startup */
opal_argv_append(&argc, &argv, "--kill-on-bad-exit");