We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0261a03 + 1d29af4 commit 8408033Copy full SHA for 8408033
.github/workflows/ompi_mpi4py.yaml
@@ -136,17 +136,3 @@ jobs:
136
with:
137
# Enable the spawn tests
138
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