You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split the mpi4py Github Action into 3 parts:
1. build: do everything to build, configure, and install Open MPI and
mpi4py
2. run: run all the mpi4py tests with its defaults. As of March 2024,
this disables the spawn and dynamic tests, which means that the
entire block of tests should pass.
3. run_spawn: run all the mpi4py tests, including the spawn and
dynamic tests. As of March 2024, we know some of these tests are
failing.
Signed-off-by: Jeff Squyres <[email protected]>
0 commit comments