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

Last change on this file since 3026 was 2796, checked in by emillour, 2 years ago

Dynamico interface:
Improve the make_icosa_lmd compile script; option "-nodeps" implies not recompiling companion IOIPSL and XIOS libraries.
Also removed "-fp-stack-check" option from debug for Irene-Rome as this causes weird issues when combined to Dynamico on this machine.
EM

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