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

mpi4py: run the spawn and dynamic process tests #23

Closed
wants to merge 2 commits into from

Commits on Mar 21, 2024

  1. just for this draft PR: disable all the other github workflows

    Signed-off-by: Jeff Squyres <jeff@squyres.com>
    jsquyres committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f88283d View commit details
    Browse the repository at this point in the history
  2. mpi4py: run the spawn and dynamic process tests

    Split the mpi4py Github Action into 4 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 tests.  As
       of March 2024, we know some of these tests are failing.
    4. run_dynamic: run all the mpi4py tests, including the dynamic tests.
       As of March 2024, we know some of these tests are failing.
    
    The spawn and dynamic failures are different, so we split them up and
    run them separately.
    
    Signed-off-by: Jeff Squyres <jeff@squyres.com>
    jsquyres committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c2cbcd5 View commit details
    Browse the repository at this point in the history