source: trunk/LMDZ.COMMON/arch/arch-GNOMEs.fcm @ 1645

Last change on this file since 1645 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: 852 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
[59]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
[1055]8%BASE_FFLAGS         -auto -real-size 64 -ip -mkl=sequential -fp-model precise -align common  -mcmodel=large -shared-intel
[125]9%PROD_FFLAGS         -O2
[59]10%DEV_FFLAGS          -O2
[130]11%DEBUG_FFLAGS        -g -no-ftz -check -traceback -ftrapuv -fp-stack-check
[104]12%C_COMPILER          gcc
13%C_OPTIM             -O3
[59]14%MPI_FFLAGS          -I/opt/intel/impi/3.2.1.009/include64
15%OMP_FFLAGS         
16%BASE_LD             -mkl=sequential
17%MPI_LD              -L/opt/intel/impi/3.2.1.009/lib64 -lmpiif -lmpi -lmkl_core
18%OMP_LD             
Note: See TracBrowser for help on using the repository browser.