Skip to content

Commit

Permalink
Temporarily change mpi version numbers for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 8, 2022
1 parent 0cfd9ae commit 5aa05d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-spack-stack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
- name: cache-mpi
id: cache-mpi
uses: actions/cache@v2.1
uses: actions/cache@v2
with:
path: ~/mpi
key: mpi-${{ inputs.mpi }}-${{ inputs.compiler }}.${{ runner.os }}2
Expand Down Expand Up @@ -89,8 +89,8 @@ runs:
export FFLAGS="-fallow-argument-mismatch"
fi
export MPICH_VERSION="3.4.3"
export OPENMPI_VERSION="4.1.3"
export MPICH_VERSION="3.4.2"
export OPENMPI_VERSION="4.1.2"
if [[ "${{ inputs.mpi }}" == "openmpi"* ]]; then
wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-${OPENMPI_VERSION}.tar.gz
Expand Down

0 comments on commit 5aa05d3

Please sign in to comment.