Skip to content

Commit c001fd2

Browse files
fixed conditional expression
1 parent 92b369e commit c001fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partitioned-communication/test_cancel0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ int main(int argc, char *argv[]) {
8989
}
9090

9191
MPI_Barrier(MPI_COMM_WORLD);
92-
if (myrank == 0) {TEST_RAN_TO_COMPLETION();}
92+
if (0 == myrank) {TEST_RAN_TO_COMPLETION();}
9393

9494
MPI_Finalize ();
9595

0 commit comments

Comments
 (0)