source: trunk/ICOSA_LMDZ/arch/arch-MESOIPSL-gnu.fcm @ 4209

Last change on this file since 4209 was 4209, checked in by emillour, 4 days ago

Update MESOIPSL (aka Spirit) Gnu arch files to use
more recent version of the compiler (v13) and downgrade
optimizations to -O2 as in some cases -O3 was found to
generate crashes.
EM

File size: 690 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%FPP                 mpif90 -E
4%AR                  ar
5%MAKE                make
6%FPP_FLAGS           -P -traditional
7%CPP_FLAGS           -P
8%FPP_DEF             KEY_NONE CPP_NETCDF4 NC_DOUBLE
9%CPP_DEF             
10%BASE_FFLAGS         -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons
11%PROD_FFLAGS         -O2
12%DEV_FFLAGS          -O2 -Wall -fbounds-check
13%DEBUG_FFLAGS        -fbounds-check -g3 -O0 -fstack-protector-all -fbacktrace
14%C_COMPILER          mpicc
15%C_OPTIM             -O2
16%MPI_FFLAGS
17%OMP_FFLAGS          -fopenmp
18%BASE_LD             -lblas -llapack
19%MPI_LD
20%OMP_LD              -fopenmp
Note: See TracBrowser for help on using the repository browser.