1
1

Somehow this functionality got lost over time: when a process aborts,

orterun should abort the rest.  Reviewed by Brian.

This commit was SVN r5713.
Этот коммит содержится в:
Jeff Squyres 2005-05-13 17:52:50 +00:00
родитель 46810fd155
Коммит 72f86297c8

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

@ -468,6 +468,7 @@ static void job_state_callback(orte_jobid_t jobid, orte_proc_state_t state)
switch(state) {
case ORTE_PROC_STATE_ABORTED:
dump_aborted_procs(jobid);
orte_rmgr.terminate_job(jobid);
break;
case ORTE_PROC_STATE_TERMINATED: