-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'AaronDonahue/atm/dyn_npes_bugfix' into next (PR #1393)
Fixed bug where seg fault occurs when dyn_npes < npes Fixed a bug which resulted in a segmentation fault for simulations with fewer dynamics processors (dyn_npes) than total processors (npes). * Fix skips a call to createmetadata subroutine which is associated with a certain type of mapping file in ESMF for processors not doing dynamics. * Slightly related fix to gravity_wave_sources code which called boundary exchange for processors not neccesarily associated with dynamics. Fixes #1192 [BFB] - Bit-For-Bit * AaronDonahue/atm/dyn_npes_bugfix: Fixed bug where seg fault occurs when dyn_npes < npes
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 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
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