Remove a check that prevented mpirun from exiting when it should in the single-node case
Refs trac:4393 This commit was SVN r31080. The following Trac tickets were found above: Ticket 4393 --> https://svn.open-mpi.org/trac/ompi/ticket/4393
Этот коммит содержится в:
родитель
34d92315ae
Коммит
b248b27637
@ -78,11 +78,6 @@ int orte_plm_base_orted_exit(orte_daemon_cmd_flag_t command)
|
||||
"%s plm:base:orted_cmd sending orted_exit commands",
|
||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
|
||||
|
||||
if (orte_orteds_term_ordered) {
|
||||
/* only do this once */
|
||||
return ORTE_SUCCESS;
|
||||
}
|
||||
|
||||
/* flag that orteds are being terminated */
|
||||
orte_orteds_term_ordered = true;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user