From 8abdaf07772964c035690080781c7ca50341732e Mon Sep 17 00:00:00 2001 From: AlexanderRichert-NOAA Date: Wed, 9 Aug 2023 20:09:19 +0000 Subject: [PATCH] u --- .github/workflows/Intel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index 08490124..5c1a4d83 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -37,7 +37,7 @@ jobs: 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-mpi-devel intel-oneapi-openmp intel-oneapi-compiler-fortran-2023.1.0 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.1.0 + sudo apt-get install intel-oneapi-dev-utilities-2021.9.0 intel-oneapi-mpi-devel-2021.9.0 intel-oneapi-openmp-2023.1.0 intel-oneapi-compiler-fortran-2023.1.0 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.1.0 echo "source /opt/intel/oneapi/setvars.sh" >> ~/.bash_profile - name: cache-sp