Skip to content

Commit

Permalink
switch to smaller image, remove problematic icx flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Sep 13, 2023
1 parent 092ab2f commit 37d01f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build-dependencies:
runs-on: ubuntu-latest
container:
image: intel/oneapi-hpckit:2023.1.0-devel-ubuntu20.04
image: intel/oneapi:2023.1.0-devel-ubuntu22.04
env:
CC: mpiicc
FC: mpiifort
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
FC: ["ifx", "ifort"]
CC: ["icx", "icc"]
target-fcflags: [ "-O3 -debug minimal -fp-model source", "-g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv" ] # prod, debug
target-cflags: [ "-O2 -debug minimal", "-O0 -g -ftrapuv" ] # prod, debug
target-cflags: [ "-O2 -debug minimal", "-O0 -g" ] # prod, debug (-ftrapuv was removed since its incompatible with icx)
io-flag: ["--disable-deprecated-io", "--enable-deprecated-io"]
exclude:
- FC: "ifx"
Expand Down

0 comments on commit 37d01f4

Please sign in to comment.