source: trunk/LMDZ.COMMON/arch/arch-gfortran.fcm @ 2757

Last change on this file since 2757 was 2421, checked in by emillour, 4 years ago

Common dynamics:
Update gfortran arch files to be more in line with "recent" (v4.9 and higher) gfortran compilers.
EM

File size: 637 bytes
RevLine 
[1245]1%COMPILER            gfortran
2%LINK                gfortran
3%AR                  ar
4%MAKE                make
5%FPP_FLAGS           -P -traditional
[2191]6%CPP_FLAGS           -P
7%CPP_DEF             LAPACK
[1245]8%FPP_DEF             NC_DOUBLE
[2421]9%BASE_FFLAGS         -c -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons
[1245]10%PROD_FFLAGS         -O3
11%DEV_FFLAGS          -O
[2421]12%DEBUG_FFLAGS        -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all -finit-real=snan -fbacktrace
[2191]13%C_COMPILER          gcc
14%C_OPTIM             -O3
[1245]15%MPI_FFLAGS
16%OMP_FFLAGS         
17%BASE_LD     
18%MPI_LD
19%OMP_LD             
Note: See TracBrowser for help on using the repository browser.