-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds halo exchanges to solve_nonhydro making it runnable on several nodes. * add convenience method exchange_and_wait in protocol of the `ExchangeRuntime` * remove unnecessary domain bounds on `mo_solve_nonhydro_stencil_66` includes some cleanups for `test_solve_nonhydro.py` * remove SimpleMesh from test_solve_nonhydro.py * predictor test: extract domain boundaries for Cells, remove total sizes magic numbers * predictor test: extract domain boundaries for Edges remove total sizes magic numbers * split `istep` , `jstep` fixtures into separate ones for `init` and `exit` rename `solve_nonhydro.py`
- Loading branch information
Showing
17 changed files
with
524 additions
and
194 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
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.