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 92b369e commit c001fd2Copy full SHA for c001fd2
partitioned-communication/test_cancel0.c
@@ -89,7 +89,7 @@ int main(int argc, char *argv[]) {
89
}
90
91
MPI_Barrier(MPI_COMM_WORLD);
92
- if (myrank == 0) {TEST_RAN_TO_COMPLETION();}
+ if (0 == myrank) {TEST_RAN_TO_COMPLETION();}
93
94
MPI_Finalize ();
95
0 commit comments