-
Notifications
You must be signed in to change notification settings - Fork 8
Run MPI tests in CI with CPU backends #692
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
base: main
Are you sure you want to change the base?
Conversation
- remove ipeidx_dsl field from MetricStateNonHydro - read renamed savepoints - split VelocityAdvectionInit and VelocityAdvectionExit savepoints
remove unnecessary parameters in test_time_step_flags
…uares field to interpolation savepoint
remove x- from DiffusionExitSavepoint field names
temporarily ignore saturation adjustment tests - need Weisman-Klemp data
|
cscs-ci run distributed |
b7c536b to
cee91df
Compare
|
cscs-ci run distributed |
1 similar comment
|
cscs-ci run distributed |
|
cscs-ci run distributed |
|
cscs-ci run distributed |
|
cscs-ci run distributed |
…osition.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
#1003 fixes the global reduction tests. I'd like to have that PR merged before this one. I've temporarily added the changes to this PR for testing, but the PRs should be merged separately. |
|
cscs-ci run distributed |
|
This now has #989 to fix the dace connectivity issue. #1003 will be merged, but is already on this branch to fix global reductions tests. Open question: should distributed tests be run as part of Note, this aims to get the CI jobs running as soon as possible on main. Because of this many tests are xfail. Fixing the tests is part of https://hackmd.io/O4Fymu1dTxqTZSC8rdiVVw and wil be done as follow-up PRs. |
|
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests To run benchmarks you can use:
To run tests and benchmarks with the DaCe backend you can use:
To run test levels ignored by the default test suite (mostly simple datatest for static fields computations) you can use:
For more detailed information please look at CI in the EXCLAIM universe. |
|
cscs-ci run distributed |
|
cscs-ci run default |
[CI] Adds a minimal pipeline to run the mpi_tests on CSCS-CI.
The pipeline uses its own base image with a minimal MPI installation, and installs icon4py with UV in a test container.
Restrictions of the pipeline setup:
Additional changes
Follow-up tasks are defined in https://hackmd.io/O4Fymu1dTxqTZSC8rdiVVw.