source: trunk/LMDZ.COMMON/arch/arch-CICLADifort.fcm @ 2236

Last change on this file since 2236 was 2163, checked in by emillour, 5 years ago

Add -O0 to debug options, otherwise the traceback can give weird results.
EM

File size: 672 bytes
RevLine 
[2122]1%COMPILER            $MPI_BIN/mpif90
2%LINK                $MPI_BIN/mpif90 -mcmodel=large -shared-intel
[847]3%AR                  ar
4%MAKE                make
5%FPP_FLAGS           -P -traditional
[1501]6%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM
[847]7%BASE_FFLAGS         -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel
8%PROD_FFLAGS         -O2
9%DEV_FFLAGS          -O2
[2163]10%DEBUG_FFLAGS        -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check -O0
[2122]11%MPI_FFLAGS          -I$MPI_INCLUDE
[847]12%OMP_FFLAGS         
13%BASE_LD             -mkl=parallel
[2122]14%MPI_LD              -L$MPI_LIB -lmpi -lmkl_core
[847]15%OMP_LD             
Note: See TracBrowser for help on using the repository browser.