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 7fa0640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
gcc_v: [9, 10, 11, 12]
gcc_v: [9, 10, 11, 12, 13]
fail-fast: false

env:
Expand Down Expand Up @@ -88,11 +88,12 @@ jobs:
intel:

runs-on: [ubuntu-22.04]
runs-on: ubuntu-latest

strategy:
matrix:
intel_v: [classic, llvm] # Variant of Intel compilers
container: intel/oneapi-hpckit
fail-fast: false

env:
Expand All @@ -101,20 +102,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
2 changes: 1 addition & 1 deletion PRIVATE

0 comments on commit 7fa0640

Please sign in to comment.