Skip to content

Commit

Permalink
called MPI_Finalize() in test_simple.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 6, 2020
1 parent 8f40a3a commit 62d09ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cunit/test_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,8 @@ int main(int argc, char **argv)

printf("%d %s SUCCESS!!\n", my_rank, TEST_NAME);

/* Finalize MPI. */
MPI_Finalize();

return 0;
}

0 comments on commit 62d09ee

Please sign in to comment.