Changeset 2191


Ignore:
Timestamp:
Dec 13, 2019, 9:00:13 AM (5 years ago)
Author:
emillour
Message:

Common dynamics:
Add some C compiler options (for Titan case) definitions in arch-gfortran.fcm
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-gfortran.fcm

    r1245 r2191  
    44%MAKE                make
    55%FPP_FLAGS           -P -traditional
     6%CPP_FLAGS           -P
     7%CPP_DEF             LAPACK
    68%FPP_DEF             NC_DOUBLE
    79%BASE_FFLAGS         -c -fdefault-real-8 -ffree-line-length-none -fno-align-commons
     
    911%DEV_FFLAGS          -O
    1012%DEBUG_FFLAGS        -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all
     13%C_COMPILER          gcc
     14%C_OPTIM             -O3
    1115%MPI_FFLAGS
    1216%OMP_FFLAGS         
Note: See TracChangeset for help on using the changeset viewer.