Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Halo exchanges nh solve #302

Merged
merged 26 commits into from
Nov 8, 2023
Merged

Halo exchanges nh solve #302

merged 26 commits into from
Nov 8, 2023

Conversation

halungge
Copy link
Contributor

@halungge halungge commented Oct 25, 2023

Add halo exchanges to solve non hydro.

  • introduce a convenience (blocking) exchange function in ExchangeRuntime
  • introduce the halo exhange call in SolveNonHydro
  • fix horizontal domains in SolveNonHydro Stencils 66 to 68
  • adds a new test case for the SolveNonHydro.time_step that is run in parallel
  • fix the MPI tear down problem at the end of a MPI test run

in single node SolveNonHydro test:

  • remove the indices upper indices in fields assertions where they correspond to the fieldsize

@halungge
Copy link
Contributor Author

cscs-ci run

@halungge halungge marked this pull request as ready for review October 26, 2023 11:30
@halungge halungge requested a review from abishekg7 October 26, 2023 11:30
@halungge
Copy link
Contributor Author

launch jenkins spack

@halungge
Copy link
Contributor Author

cscs-ci run

@halungge
Copy link
Contributor Author

launch jenkins spack

@halungge
Copy link
Contributor Author

halungge commented Nov 1, 2023

cscs-ci run

@halungge
Copy link
Contributor Author

halungge commented Nov 1, 2023

launch jenkins spack

@halungge
Copy link
Contributor Author

halungge commented Nov 7, 2023

cscs-ci run

@halungge
Copy link
Contributor Author

halungge commented Nov 7, 2023

launch jenkins spack

@halungge
Copy link
Contributor Author

halungge commented Nov 8, 2023

cscs-ci run

@halungge
Copy link
Contributor Author

halungge commented Nov 8, 2023

launch jenkins spack

@halungge
Copy link
Contributor Author

halungge commented Nov 8, 2023

cscs-ci run

@halungge
Copy link
Contributor Author

halungge commented Nov 8, 2023

launch jenkins spack

Copy link

github-actions bot commented Nov 8, 2023

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run
  • launch jenkins spack

Optional Tests

In case your change might affect downstream icon-exclaim, please consider running

  • launch jenkins icon

For more detailed information please look at CI in the EXCLAIM universe.

@halungge
Copy link
Contributor Author

halungge commented Nov 8, 2023

cscs-ci run

@halungge
Copy link
Contributor Author

halungge commented Nov 8, 2023

launch jenkins spack

@halungge halungge merged commit d2ae0e5 into main Nov 8, 2023
@halungge halungge deleted the halo_exchanges_nh_solve branch November 8, 2023 13:20
@halungge halungge restored the halo_exchanges_nh_solve branch November 8, 2023 13:20
@halungge halungge deleted the halo_exchanges_nh_solve branch December 12, 2024 07:00
OngChia pushed a commit that referenced this pull request Jan 14, 2025
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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants