Skip to content

Commit 6cf4dbe

Browse files
committed
examples: add return 0 to sessions smoke test
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent afc970c commit 6cf4dbe

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)