Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/noaa-emc/spack-stack int…
Browse files Browse the repository at this point in the history
…o feature/switch_to_openmpi_on_macos
  • Loading branch information
climbfuji committed Apr 8, 2022
2 parents 4afe505 + 4b37b7b commit 0cfd9ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-spack-stack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
sudo apt-get update
sudo apt-get install intel-oneapi-dev-utilities intel-oneapi-openmp intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
sudo apt-get install intel-oneapi-dev-utilities intel-oneapi-openmp intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-mpi-devel
echo "source /opt/intel/oneapi/setvars.sh" >> ~/.bash_profile
fi
elif [ "$RUNNER_OS" == "macOS" ]; then
Expand Down Expand Up @@ -107,8 +107,6 @@ runs:
./configure --prefix=$HOME/mpi --enable-fortran --enable-cxx --with-device=ch4:ofi
make -j2
make install
elif [[ "${{ inputs.mpi }}" == "intel-oneapi-mpi"* ]]; then
sudo apt install intel-oneapi-mpi-devel
fi
- name: setup-spack-env
Expand Down

0 comments on commit 0cfd9ae

Please sign in to comment.