source: LMDZ5/branches/IPSLCM5A2.1_ISO/arch/arch-ifort_CICLAD.fcm @ 3344

Last change on this file since 3344 was 2439, checked in by lguez, 8 years ago

"-check all" includes "arg_temp_created", which is annoying so we
detail "check bounds", etc.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 899 bytes
Line 
1%COMPILER            /usr/lib64/openmpi/1.4.5-ifort/bin/mpif90
2%LINK                /usr/lib64/openmpi/1.4.5-ifort/bin/mpif90
3%AR                  ar
4%MAKE                make
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             NC_DOUBLE FFT_MKL
7%BASE_FFLAGS         -real-size 64 -ip -fp-model precise -align all -mcmodel=large -auto
8%PROD_FFLAGS         -O2 -ip
9%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
10%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug
11%MPI_FFLAGS          -I/usr/lib64/openmpi/1.4.5-ifort/include
12%OMP_FFLAGS          -openmp
13%BASE_LD             -Wl,-rpath=/opt/netcdf42/ifort/lib
14%MPI_LD              -L/usr/lib64/openmpi/1.4.5-ifort/lib -lmpi -L/opt/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core
15%OMP_LD              -openmp
Note: See TracBrowser for help on using the repository browser.