Don't wakeup mpirun too early - even though we ordered an abort, we have to wait for the procs/daemons to properly terminate, and give the kill_procs command a chance to get out.
This commit was SVN r21549.
Этот коммит содержится в:
родитель
2b4f051b7f
Коммит
8ccc47b152
@ -112,9 +112,10 @@ PROCESS:
|
||||
* from overwriting it
|
||||
*/
|
||||
ORTE_UPDATE_EXIT_STATUS(exit_code);
|
||||
|
||||
/* wakeup orterun so we can exit */
|
||||
orte_trigger_event(&orte_exit);
|
||||
|
||||
/* just return - let the daemons report back so we can properly
|
||||
* know when to actually exit
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
@ -171,8 +172,9 @@ PROCESS:
|
||||
*/
|
||||
ORTE_UPDATE_EXIT_STATUS(exit_code);
|
||||
|
||||
/* wakeup orterun so we can exit */
|
||||
orte_trigger_event(&orte_exit);
|
||||
/* just return - let the daemons report back so we can properly
|
||||
* know when to actually exit
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user