source: trunk/LMDZ.COMMON/arch/arch-X64_IRENE-AMD.fcm @ 3454

Last change on this file since 3454 was 3079, checked in by emillour, 14 months ago

Improving arch files: add "%FPP" to use Fortran compilers
(instead of the default cpp) to pre-process code.
EM

File size: 812 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%ARFLAGS             rs
5%MAKE                gmake
6%FPP                 mpif90 -E
7%FPP_FLAGS           
8%CPP_FLAGS           -P
9%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
10%CPP_DEF             LAPACK
11%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict -mavx2
12%PROD_FFLAGS         -O3
13%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
14%DEBUG_FFLAGS        -p -g -traceback -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
15%C_COMPILER          mpicc
16%C_OPTIM             -O2 -ip -xCORE-AVX2
17%MPI_FFLAGS
18%OMP_FFLAGS          -qopenmp
19%BASE_LD             -i4 -r8 -auto -shared-intel $MKL_LDFLAGS
20%MPI_LD
21%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.