Skip to content

Commit

Permalink
use official container
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Oct 17, 2023
1 parent 0bcea6d commit 5bbe3e9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
intel:

runs-on: [ubuntu-22.04]
runs-on: [intel/oneapi-hpckit:devel-ubuntu22.04]

strategy:
matrix:
Expand All @@ -101,20 +101,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Intel - Install
run: |
wget -q https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.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-basekit \
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-compiler-fortran \
intel-oneapi-openmp intel-oneapi-mkl-devel
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
- name: PETSc - Cache download
id: petsc-download
uses: actions/cache@v3
Expand Down

0 comments on commit 5bbe3e9

Please sign in to comment.