Skip to content

Commit

Permalink
remove -warn flag for configure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Sep 13, 2023
1 parent 0a9eedc commit 85c5275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
CC: mpiicc
FC: mpiifort
CFLAGS: "-I/libs/include"
FCFLAGS: "-I/libs/include -g -traceback"
FCFLAGS: "-I/libs/include"
LDFLAGS: "-L/libs/lib"
steps:
- name: Cache dependencies
Expand Down Expand Up @@ -46,15 +46,15 @@ jobs:
matrix:
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-fcflags: [ "-O3 -debug minimal -fp-model source", "-g -O0 -check -check noarg_temp_created -check nopointer -warn noerrors -fpe0 -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"
CC: "icc"
- target-fcflags: "-O3 -debug minimal -fp-model source"
target-cflags: "-O0 -g -ftrapuv"
- target-fcflags: "-g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv"
- target-fcflags: "-g -O0 -check -check noarg_temp_created -check nopointer -warn noerrors -fpe0 -ftrapuv"
target-cflags: "-O2 -debug minimal"
- FC: "ifx" # bug with ifx will cause ICE if using -check flag (issue #1348)
target-fcflags: "-g -O0 -check -check noarg_temp_created -check nopointer -warn noerrors -fpe0 -ftrapuv"
Expand Down

0 comments on commit 85c5275

Please sign in to comment.