Add some diag output
This commit was SVN r22224.
Этот коммит содержится в:
родитель
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);
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user