source: trunk/LMDZ.COMMON/arch/arch-GNOMEp.fcm @ 2654

Last change on this file since 2654 was 1501, checked in by emillour, 9 years ago

All GCMS:

  • add preprocessing flages BLAS and LAPACK on architectures using ifort and the MKL library (includes BLAS and LAPACK capabilities).

EM

File size: 878 bytes
RevLine 
[843]1%COMPILER            /opt/intel2/composer_xe_2011_sp1.6.233/bin/intel64/ifort
2%LINK                /opt/intel2/composer_xe_2011_sp1.6.233/bin/intel64/ifort
[116]3%AR                  ar
4%MAKE                make
5%FPP_FLAGS           -P -traditional
[1457]6%CPP_FLAGS           -P
[1501]7%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
[1024]8%BASE_FFLAGS         -auto -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel
[130]9%PROD_FFLAGS         -O2
[116]10%DEV_FFLAGS          -O2
[130]11%DEBUG_FFLAGS        -g -no-ftz -check -traceback -ftrapuv -fp-stack-check
[1055]12%C_COMPILER          gcc
13%C_OPTIM             -O3
[843]14%MPI_FFLAGS          -I/opt/intel2/impi/4.0.3.008/include
15%OMP_FFLAGS          -openmp
[116]16%BASE_LD             -mkl=parallel
[843]17%MPI_LD              -L/opt/intel2/impi/4.0.3.008/lib64 -lmpiif -lmpi -lmkl_core -lfftw3
18%OMP_LD              -openmp
Note: See TracBrowser for help on using the repository browser.