Changeset 4031


Ignore:
Timestamp:
Aug 1, 2017, 6:24:16 PM (7 years ago)
Author:
dubos
Message:

aquaplanet : arch files for CICLAD

Location:
dynamico_lmdz/aquaplanet
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/arch/arch-ifort_CICLAD.fcm

    r3990 r4031  
    1 %COMPILER            /usr/lib64/openmpi/1.4.5-ifort/bin/mpif90
    2 %LINK                /usr/lib64/openmpi/1.4.5-ifort/bin/mpif90
     1%COMPILER            mpif90
     2%LINK                mpif90
     3%FPP                 mpif90 -E
    34%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
     5%MAKE                gmake
     6%FPP_FLAGS           -P
     7%FPP_DEF             KEY_NONE CPP_NETCDF4
     8%BASE_FFLAGS         -fPIC -i4 -r8 -auto -align all -I${MKLROOT}/include
     9%PROD_FFLAGS         -g -traceback -O3
     10%DEV_FFLAGS          -g -O1 -traceback
     11%DEBUG_FFLAGS        -g -traceback -check bounds -fp-model strict
     12%MPI_FFLAGS
     13%OMP_FFLAGS          -openmp -openmp-threadprivate compat
     14%BASE_LD             -fPIC -i4 -r8 -auto -L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm
     15%MPI_LD
    1516%OMP_LD              -openmp
Note: See TracChangeset for help on using the changeset viewer.