1
1
This commit was SVN r22224.
Этот коммит содержится в:
Ralph Castain 2009-11-19 19:43:36 +00:00
родитель a401f05ea3
Коммит 852e5d9ee0

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

@ -276,6 +276,9 @@ int orte_plm_base_orted_kill_local_procs(opal_pointer_array_t *procs)
/* bozo check */
if (0 == num_procs) {
OPAL_OUTPUT_VERBOSE((5, orte_plm_globals.output,
"%s plm:base:orted_cmd:kill_local_procs no procs given",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
return ORTE_SUCCESS;
}
@ -405,6 +408,10 @@ int orte_plm_base_orted_kill_local_procs(opal_pointer_array_t *procs)
}
/* we are not abnormally terminating - send it express delivery! */
OPAL_OUTPUT_VERBOSE((5, orte_plm_globals.output,
"%s plm:base:orted_cmd:kill_local_procs term ordered",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
if (ORTE_SUCCESS != (rc = orte_grpcomm.xcast(ORTE_PROC_MY_NAME->jobid, &cmd, ORTE_RML_TAG_DAEMON))) {
ORTE_ERROR_LOG(rc);
}