Skip to content

Commit

Permalink
Update OpenMPI version in .github/workflows/macos-ci-aarch64.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed May 14, 2024
1 parent 24d19f2 commit a817109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-ci-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# *DH
# Set compiler and MPI
spack config add "packages:all:providers:mpi:[[email protected].1]"
spack config add "packages:all:providers:mpi:[[email protected].3]"
spack config add "packages:all:compiler:[[email protected]]"
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
module use ${ENVDIR}/install/modulefiles/Core
module load stack-apple-clang/14.0.3
module load stack-openmpi/5.0.1
module load stack-openmpi/5.0.3
module load stack-python/3.10.13
module available
Expand Down

0 comments on commit a817109

Please sign in to comment.