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.
2 parents afc970c + 6cf4dbe commit ed537c6Copy full SHA for ed537c6
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