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 afc970c commit 6cf4dbeCopy full SHA for 6cf4dbe
examples/hello_sessions_c.c
@@ -17,4 +17,5 @@ int main(int argc, char** argv) {
17
MPI_Session_init(MPI_INFO_NULL, MPI_ERRORS_RETURN, &s2);
18
MPI_Session_finalize(&s2);
19
MPI_Info_free(&info);
20
+ return 0;
21
}
0 commit comments