Skip to content

Commit

Permalink
ci: gitlab: nagfor needs gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
skosukhin committed Jan 8, 2025
1 parent a760a72 commit 9be1876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/levante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ nag-cpu-accel-DP:
- .build-and-test-levante
variables:
FC: /sw/spack-levante/nag-7.1-lqjbej/bin/nagfor
CC: /sw/spack-levante/gcc-11.2.0-bcn7mb/bin/gcc
NetCDF_Fortran_ROOT: /sw/spack-levante/netcdf-fortran-4.5.3-5di6qe
# Compiler flags used for ICON model:
FFLAGS: -Wc=/sw/spack-levante/gcc-11.2.0-bcn7mb/bin/gcc -f2008 -colour -w=uep -g -gline -O0 -float-store -nan -Wc,-g -Wc,-pipe -Wc,--param,max-vartrack-size=200000000 -Wc,-mno-fma -C=all
FFLAGS: -Wc=${CC} -f2008 -colour -w=uep -g -gline -O0 -float-store -nan -Wc,-g -Wc,-pipe -Wc,--param,max-vartrack-size=200000000 -Wc,-mno-fma -C=all

nag-cpu-default-SP:
extends: nag-cpu-accel-DP
Expand Down

0 comments on commit 9be1876

Please sign in to comment.