source: trunk/LMDZ.COMMON/arch/arch-ADASTRA-ifort.fcm @ 3046

Last change on this file since 3046 was 3029, checked in by emillour, 18 months ago

Add some arch files for ADASTRA with ifort compiler
EM

File size: 833 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%ARFLAGS             rs
5%MAKE                gmake
6%FPP_FLAGS           -P -traditional -I${FFTW_INC}
7%CPP_FLAGS           -P
8%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
9%CPP_DEF             LAPACK
10%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict -I${FFTW_INC}
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
16%MPI_FFLAGS
17%OMP_FFLAGS          -qopenmp
18%BASE_LD             -L$FFTW_DIR -lfftw3 -L${CRAY_LIBSCI_PREFIX_DIR}/lib -lsci_intel_mp
19%MPI_LD
20%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.