generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor end-of-run MPI/Routing logic
The inter-mixed conditions of MPI and Routing being active were confusing. Additionally, running routing after calling MPI_Finalize is inadvisable. Per the MPICH documentation, > The number of processes running after this routine is called is > undefined; it is best not to perform much more than a return rc > after calling MPI_Finalize.
- Loading branch information
1 parent
86a8443
commit afa7de5
Showing
1 changed file
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters