From 5aa05d3310513820876058dd2affbf0e9ff682e8 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 8 Apr 2022 11:48:17 -0600 Subject: [PATCH] Temporarily change mpi version numbers for testing --- .github/actions/setup-spack-stack/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-spack-stack/action.yaml b/.github/actions/setup-spack-stack/action.yaml index d1c558f20..5c7037e9d 100644 --- a/.github/actions/setup-spack-stack/action.yaml +++ b/.github/actions/setup-spack-stack/action.yaml @@ -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 @@ -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