Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded portion of mpi4py CI test #2113

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading