mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Try not propagating error status from MPI_Finalize
This commit is contained in:
parent
f528cbca97
commit
8f77f7ba06
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,6 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
// If MPI is in use and enabled, terminate it
|
||||
#ifdef MPI
|
||||
err = MPI_Finalize();
|
||||
MPI_Finalize();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue