Skip to content

Commit c673594

Browse files
Alejandro Bodas-SalcedoAlejandro Bodas-Salcedo
authored andcommitted
Split KGO version for ifort and ifx compilers in CI tests (#131)
1 parent 38b78fe commit c673594

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@ jobs:
99
matrix:
1010
compiler: [ifort, ifx]
1111
include:
12-
# Flags and KGOs for Intel Fortran Compiler Classic
12+
# Compiler flags, images, and KGO versions
1313
- compiler: ifort
1414
fcflags: -m64 -g -traceback -heap-arrays -assume realloc_lhs -extend-source 132 -check bounds,uninit,pointers,stack -stand f08
15+
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
16+
kgo_version: v006
1517
# Flags and KGOs for Intel Fortran Compiler
1618
- compiler: ifx
1719
fcflags: -debug -traceback -O0 -heap-arrays -assume realloc_lhs -extend-source 132 -stand f08
18-
# Set container images
19-
- compiler: ifort
20-
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
21-
- compiler: ifx
2220
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
23-
# Common variables
24-
- kgo_version: v006
21+
kgo_version: v007
2522
defaults:
2623
run:
2724
shell: bash -el {0}

0 commit comments

Comments
 (0)