Skip to content

Commit e5e3d6c

Browse files
committed
Remove unneeded portion of mpi4py CI test
Only checks OMPI relocatability, which is irrelevant here Signed-off-by: Ralph Castain <[email protected]>
1 parent cd8ad12 commit e5e3d6c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/prte_mpi4py.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,3 @@ jobs:
169169
run: python demo/test-run/test_run.py -v
170170
if: ${{ true }}
171171
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

Comments
 (0)