1
1

Tell slurm to kill the job if an orted abnormally exits

This commit was SVN r18535.
Этот коммит содержится в:
Ralph Castain 2008-05-29 12:26:58 +00:00
родитель b2a566b610
Коммит 52fb773c6c

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

@ -230,6 +230,9 @@ static int plm_slurm_launch_job(orte_job_t *jdata)
opal_argv_append(&argc, &argv, tmp);
free(tmp);
/* alert us if any orteds die during startup */
opal_argv_append(&argc, &argv, "--kill-on-bad-exit");
/* create nodelist */
nodelist_argv = NULL;
nodelist_argc = 0;