Skip to content

Commit 791f4f1

Browse files
author
Ralph Castain
committed
Adjust debug output for clarity
Signed-off-by: Ralph Castain <[email protected]>
1 parent 22db1d3 commit 791f4f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

orte/mca/plm/base/plm_base_launch_support.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ void orte_plm_base_daemons_reported(int fd, short args, void *cbdata)
158158
return;
159159
}
160160

161-
OPAL_OUTPUT_VERBOSE((5, orte_plm_base_framework.framework_output,
162-
"%s plm:base:setting topo to that from node %s",
163-
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), node->name));
164161
for (i=1; i < orte_node_pool->size; i++) {
165162
if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, i))) {
166163
continue;
167164
}
168165
if (NULL == node->topology) {
166+
OPAL_OUTPUT_VERBOSE((5, orte_plm_base_framework.framework_output,
167+
"%s plm:base:setting topo on node %s to that from node %s",
168+
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), node->name, dmn1->node->name));
169169
node->topology = t;
170170
}
171171
}
@@ -1045,8 +1045,8 @@ void orte_plm_base_daemon_callback(int status, orte_process_name_t* sender,
10451045
goto CLEANUP;
10461046
}
10471047
OPAL_OUTPUT_VERBOSE((5, orte_plm_base_framework.framework_output,
1048-
"%s RECEIVED TOPOLOGY FROM NODE %s",
1049-
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), nodename));
1048+
"%s RECEIVED TOPOLOGY SIG %s FROM NODE %s",
1049+
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), sig, nodename));
10501050
if (10 < opal_output_get_verbosity(orte_plm_base_framework.framework_output)) {
10511051
opal_dss.dump(0, topo, OPAL_HWLOC_TOPO);
10521052
}

0 commit comments

Comments
 (0)