Skip to content

Commit

Permalink
small modification to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed May 16, 2024
1 parent 30e4ec4 commit aa4266e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linuxWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ jobs:
echo "OMPI_MCA_plm=isolated" >> $GITHUB_ENV
echo "OMPI_MCA_btl_vader_single_copy_mechanism=none" >> $GITHUB_ENV
echo "OMPI_MCA_rmaps_base_oversubscribe=yes" >> $GITHUB_ENV
pip install --user mpi4py
python -c "import mpi4py"
# pip install --user mpi4py
# python -c "import mpi4py"
# nvhpcinstalls his own mpi compilers
- name: Install MPI
# install MPI at last since it modifies CC and CXX
Expand Down

0 comments on commit aa4266e

Please sign in to comment.