Skip to content

Commit

Permalink
Remove unneeded portion of mpi4py CI test
Browse files Browse the repository at this point in the history
Only checks OMPI relocatability, which is irrelevant here

Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Dec 23, 2024
1 parent cd8ad12 commit dc02cc0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/prte_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,3 @@ jobs:
run: python demo/test-run/test_run.py -v
if: ${{ true }}
timeout-minutes: 5

- name: Relocate Open MPI installation
run: mv $RUNNER_TEMP/openmpi $RUNNER_TEMP/ompi

- name: Update PATH and set OPAL_PREFIX and LD_LIBRARY_PATH
run: |
sed -i "\|$RUNNER_TEMP/openmpi/bin|d" $GITHUB_PATH
echo OPAL_PREFIX=$RUNNER_TEMP/ompi >> $GITHUB_ENV
echo LD_LIBRARY_PATH=$RUNNER_TEMP/ompi/lib >> $GITHUB_ENV
- name: Test mpi4py (singleton)
run: python test/main.py -v
if: ${{ true }}
timeout-minutes: 5

0 comments on commit dc02cc0

Please sign in to comment.