Skip to content

Commit 8408033

Browse files
authored
Merge pull request #12477 from dalcinl/mpi4py-dynproc
mpi4py: Run accept/connect tests unconditionally
2 parents 0261a03 + 1d29af4 commit 8408033

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,3 @@ jobs:
136136
with:
137137
# Enable the spawn tests
138138
env_name: MPI4PY_TEST_SPAWN
139-
140-
#==============================================
141-
142-
run_dynamic:
143-
# This whole set of tests runs explicitly with setting "enable the
144-
# spawn tests". As of March 2024, we know that Open MPI is
145-
# failing these tests.
146-
needs: [ build ]
147-
# Only run if the label "mpi4py" is set on this PR.
148-
if: ${{ contains(github.event.pull_request.labels.*.name, 'mpi4py-all') }}
149-
uses: ./.github/workflows/ompi_mpi4py_tests.yaml
150-
with:
151-
# Enable the dynamic process tests
152-
env_name: MPI4PY_TEST_DYNPROC

0 commit comments

Comments
 (0)