source: BOL/script_install/arch/arch-ifort_CICLAD.fcm @ 5990

Last change on this file since 5990 was 5565, checked in by fhourdin, 10 months ago

Ajout d'un repertoire arch dans BOL/script_install

File size: 807 bytes
Line 
1%COMPILER            $MPI_BIN/mpif90
2%LINK                $MPI_BIN/mpif90
3%FPP                 cpp
4%AR                  ar
5%ARFLAGS             rs
6%MAKE                make
7%FPP_FLAGS           -P -traditional
8%FPP_DEF             NC_DOUBLE FFT_MKL
9%BASE_FFLAGS         -real-size 64 -ip -fp-model precise -align all -mcmodel=large -auto
10%PROD_FFLAGS         -O2 -ip
11%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
12%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug
13%MPI_FFLAGS         
14%OMP_FFLAGS          -openmp
15%BASE_LD             -Wl,-rpath=$NETCDF_HOME/lib -L/opt/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core
16%MPI_LD             
17%OMP_LD              -openmp
Note: See TracBrowser for help on using the repository browser.