Ensure that slurm only launches one orted/node, regardless of how the allocation was obtained.
This commit was SVN r25790.
Этот коммит содержится в:
родитель
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");
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user