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.
1 parent cd8ad12 commit e5e3d6cCopy full SHA for e5e3d6c
.github/workflows/prte_mpi4py.yaml
@@ -169,17 +169,3 @@ jobs:
169
run: python demo/test-run/test_run.py -v
170
if: ${{ true }}
171
timeout-minutes: 5
172
-
173
- - name: Relocate Open MPI installation
174
- run: mv $RUNNER_TEMP/openmpi $RUNNER_TEMP/ompi
175
176
- - name: Update PATH and set OPAL_PREFIX and LD_LIBRARY_PATH
177
- run: |
178
- sed -i "\|$RUNNER_TEMP/openmpi/bin|d" $GITHUB_PATH
179
- echo OPAL_PREFIX=$RUNNER_TEMP/ompi >> $GITHUB_ENV
180
- echo LD_LIBRARY_PATH=$RUNNER_TEMP/ompi/lib >> $GITHUB_ENV
181
182
- - name: Test mpi4py (singleton)
183
- run: python test/main.py -v
184
- if: ${{ true }}
185
- timeout-minutes: 5
0 commit comments