Skip to content

Commit 78f0b75

Browse files
committed
Distinguish MPI_COMM_NULL and unknown communicators
1 parent c980c22 commit 78f0b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/recorder-mpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ char* comm2name(MPI_Comm *comm) {
111111
if(entry)
112112
return strdup(entry->id);
113113
else
114-
return strdup("MPI_COMM_NULL");
114+
return strdup("MPI_COMM_UNKNOWN");
115115
}
116116
}
117117

0 commit comments

Comments
 (0)