Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions orte/orted/orted_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ void orte_daemon_recv(int status, orte_process_name_t* sender,

/**** KILL_LOCAL_PROCS ****/
case ORTE_DAEMON_KILL_LOCAL_PROCS:
if (orte_debug_daemons_flag) {
opal_output(0, "%s orted_cmd: received kill cmd",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
}

num_replies = 0;

/* construct the pointer array */
Expand Down