Skip to content

Commit b9f5cab

Browse files
author
Ralph Castain
committed
Add a minor debug statement
Signed-off-by: Ralph Castain <[email protected]>
1 parent 23d44a5 commit b9f5cab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

orte/mca/odls/base/odls_base_default_fns.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,11 @@ void orte_odls_base_default_launch_local(int fd, short sd, void *cbdata)
10961096
if (orte_odls_globals.num_threads <= orte_odls_globals.next_base) {
10971097
orte_odls_globals.next_base = 0;
10981098
}
1099+
opal_output_verbose(1, orte_odls_base_framework.framework_output,
1100+
"%s odls:dispatch %s to thread %d",
1101+
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
1102+
ORTE_NAME_PRINT(&child->name),
1103+
orte_odls_globals.next_base);
10991104
evb = orte_odls_globals.ev_bases[orte_odls_globals.next_base];
11001105
opal_event_set(evb, &cd->ev, -1,
11011106
OPAL_EV_WRITE, orte_odls_base_spawn_proc, cd);

0 commit comments

Comments
 (0)