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 b8e8571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 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,7 +88,7 @@ jobs:
intel:

runs-on: [ubuntu-22.04]
runs-on: intel/oneapi-hpckit

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
2 changes: 1 addition & 1 deletion PRIVATE

0 comments on commit b8e8571

Please sign in to comment.