Changeset 841 for trunk/LMDZ.COMMON/arch


Ignore:
Timestamp:
Nov 13, 2012, 9:21:32 AM (12 years ago)
Author:
emillour
Message:

Common dynamics:

  • updates to keep up with LMDZ5 Earth (rev 1678) changes
  • fixed bug in leapfrog_p.F: parallel dynamics now work fine.
  • see file "DOC/chantiers/commit_importants.log" for details.

EM

Location:
trunk/LMDZ.COMMON/arch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-GNOMEp.fcm

    r840 r841  
    1 %COMPILER            ifort
    2 %LINK                ifort -mcmodel=large -shared-intel
     1%COMPILER            /opt/intel/composerxe-2011.0.084/bin/intel64/ifort
     2%LINK                /opt/intel/composerxe-2011.0.084/bin/intel64/ifort
    33%AR                  ar
    44%MAKE                make
    55%FPP_FLAGS           -P -traditional
    66%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
    7 %BASE_FFLAGS         -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel
     7%BASE_FFLAGS         -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large
    88%PROD_FFLAGS         -O2
    99%DEV_FFLAGS          -O2
    1010%DEBUG_FFLAGS        -g -no-ftz -check -traceback -ftrapuv -fp-stack-check
    11 %MPI_FFLAGS          -I/opt/intel2/impi/4.0.3.008/include64/
     11%MPI_FFLAGS          -I/opt/intel/impi/4.0.1.007/include64
    1212%OMP_FFLAGS         
    1313%BASE_LD             -mkl=parallel
    14 %MPI_LD              -L/opt/intel2/impi/4.0.3.008/lib64/ -lmpiif -lmpi -lmkl_core -lfftw3
     14%MPI_LD              -L/opt/intel/impi/4.0.1.007/lib64 -lmpiif -lmpi -lmkl_core -lfftw3
    1515%OMP_LD             
  • trunk/LMDZ.COMMON/arch/arch-GNOMEs.fcm

    r130 r841  
    1 %COMPILER            ifort
    2 %LINK                ifort
     1%COMPILER            /opt/intel/composerxe-2011.0.084/bin/intel64/ifort
     2%LINK                /opt/intel/composerxe-2011.0.084/bin/intel64/ifort
    33%AR                  ar
    44%MAKE                make
    55%FPP_FLAGS           -P -traditional
    66%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM
    7 %BASE_FFLAGS         -real-size 64 -ip -mkl=sequential -align common
     7%BASE_FFLAGS         -real-size 64 -ip -mkl=sequential -fp-model precise -align common  -mcmodel=large
    88%PROD_FFLAGS         -O2
    99%DEV_FFLAGS          -O2
  • trunk/LMDZ.COMMON/arch/arch-GNOMEs.path

    r840 r841  
    11NETCDF_LIBDIR="-L/usr/local/lib -lnetcdf"
    22NETCDF_INCDIR=-I/usr/local/include
    3 IOIPSL_INCDIR=$HOME/ioipsl/modipsl/lib
    4 IOIPSL_LIBDIR=$HOME/ioipsl/modipsl/lib
     3IOIPSL_INCDIR=/san/home/millour/Planeto/work_dyn_830/trunk/LMDZ.COMMON/ioipsl/modipsl/lib
     4IOIPSL_LIBDIR=/san/home/millour/Planeto/work_dyn_830/trunk/LMDZ.COMMON/ioipsl/modipsl/lib
Note: See TracChangeset for help on using the changeset viewer.