Skip to content

Commit ed537c6

Browse files
authored
Merge pull request #12898 from hppritcha/add_a_return_val_to_sessions_test
examples: add return 0 to sessions smoke test
2 parents afc970c + 6cf4dbe commit ed537c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hello_sessions_c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ int main(int argc, char** argv) {
1717
MPI_Session_init(MPI_INFO_NULL, MPI_ERRORS_RETURN, &s2);
1818
MPI_Session_finalize(&s2);
1919
MPI_Info_free(&info);
20+
return 0;
2021
}

0 commit comments

Comments
 (0)