-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use MPI_Bcast instead of multiple p2p messages to update nest from pa…
…rent (#2059) use single MPI_Bcast (via mpp_broadcast()) instead of multiple point-to-point messages (via mpp_send/mpp_recv) address issue maxing out the SlingShot-10 link on the first node resulting in a .15s hit every fifth time step
- Loading branch information
Showing
10 changed files
with
3,895 additions
and
3,841 deletions.
There are no files selected for viewing
Submodule FV3
updated
8 files
+15 −9 | .github/workflows/GCC.yml | |
+14 −1 | CMakeLists.txt | |
+1 −1 | atmos_cubed_sphere | |
+17 −0 | docs/CMakeLists.txt | |
+2,665 −0 | docs/Doxyfile.in | |
+5 −0 | docs/user_guide.md | |
+118 −28 | io/module_fv3_io_def.F90 | |
+36 −16 | module_fv3_config.F90 |
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
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
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
Oops, something went wrong.