We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9005d6 commit 00ba6a1Copy full SHA for 00ba6a1
orte/util/nidmap.c
@@ -599,7 +599,8 @@ int orte_util_encode_nodemap(opal_buffer_t *buffer)
599
opal_output_verbose(5, orte_nidmap_output,
600
"%s CONTINUE TOPOLOGY RANGE (%d) WITH NODE %s: %s",
601
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
602
- tp->cnt, nptr->name, tp->t->sig);
+ tp->cnt, nptr->name,
603
+ (NULL == tp->t) ? "N/A" : tp->t->sig);
604
} else {
605
/* need to start another range */
606
tp = OBJ_NEW(orte_regex_range_t);
0 commit comments