Skip to content

Commit

Permalink
updates github actions5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Dec 1, 2023
1 parent 64434d9 commit d139ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags.guess
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ case $my_FC in
# optimization report: "-vec-report0" is old and will be replaced by "-qopt-report0 -qopt-report-phase=vec" for v >=15.0
DEF_FFLAGS="-xHost -fpe0 -ftz -assume buffered_io -assume byterecl -align sequence -std08 -diag-disable 6477 -implicitnone -gen-interfaces -warn all,noexternal" # -mcmodel=medium -shared-intel
OPT_FFLAGS="-O3 -check nobounds"
DEBUG_FFLAGS="-check all -debug -g -O0 -fp-stack-check -traceback -init=snan,arrays" # -ftrapuv
DEBUG_FFLAGS="-check all -debug -g -O0 -fp-stack-check -traceback" # -ftrapuv -init=snan,arrays
# option "-openmp" is soon deprecated and replaced by "-qopenmp" for versions > 17.x
OMP_FFLAGS="-qopenmp"
;;
Expand Down

0 comments on commit d139ef8

Please sign in to comment.