Skip to content

Commit

Permalink
Minor fix for changes from usage (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsexton03 authored Jan 28, 2024
1 parent c4da95f commit 4e88708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,7 @@ int main (int argc, char* argv[])
BL_PROFILE_VAR_STOP(pmain);

amrex::Finalize();
#ifdef AMREX_USE_MPI
MPI_Finalize();
#endif
}

0 comments on commit 4e88708

Please sign in to comment.