From 37d01f4f1ef02688e0baf45e8fd13bb7694afcc4 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall <35538242+rem1776@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:10:08 -0400 Subject: [PATCH] switch to smaller image, remove problematic icx flag --- .github/workflows/github_autotools_intel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_autotools_intel.yml b/.github/workflows/github_autotools_intel.yml index 4600b79a3c..35d2ba4965 100644 --- a/.github/workflows/github_autotools_intel.yml +++ b/.github/workflows/github_autotools_intel.yml @@ -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 @@ -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"