Changeset 847 for trunk/LMDZ.COMMON/arch


Ignore:
Timestamp:
Nov 18, 2012, 7:15:08 PM (12 years ago)
Author:
aslmd
Message:

LMDZ.COMMON. Corrected bugs with using variable cp in parallel. Corrected bugs related to problems when no tracers are used. Updated makelmdz_fcm with the latest version and added a few lines necessary for generic physics. Added a build_gcm script in csh. Updated AMD64_CICLAD compilation settings. Uploaded arch files to make the model work with ifort on ciclad.

Location:
trunk/LMDZ.COMMON/arch
Files:
2 added
2 edited

Legend:

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

    r1 r847  
    1 %COMPILER            /usr/lib64/openmpi/1.2.8-pgf/bin/mpif90
    2 %LINK                /usr/lib64/openmpi/1.2.8-pgf/bin/mpif90
     1%COMPILER            /usr/lib64/openmpi/1.4.3-pgf/bin/mpif90
     2%LINK                /usr/lib64/openmpi/1.4.3-pgf/bin/mpif90
    33%AR                  ar
    44%MAKE                gmake
     
    1212%OMP_FFLAGS          -mp
    1313%BASE_LD             -lblas
    14 %MPI_LD              -L/usr/lib64/openmpi/1.2.8-pgf/lib
     14%MPI_LD              -L/usr/lib64/openmpi/1.4.3-pgf/lib
    1515%OMP_LD              -mp
  • trunk/LMDZ.COMMON/arch/arch-AMD64_CICLAD.path

    r270 r847  
    11NETCDF_LIBDIR="-L/opt/netcdf/pgf/lib -lnetcdf"
    22NETCDF_INCDIR=-I/opt/netcdf/pgf/include
    3 IOIPSL_INCDIR=$trunk/ioipsl/lib
    4 IOIPSL_LIBDIR=$trunk/ioipsl/lib
    5 ORCH_INCDIR=$LMDGCM/../../lib
    6 ORCH_LIBDIR=$LMDGCM/../../lib
    7 OASIS_INCDIR=$LMDGCM/../../prism/SX/build/lib/psmile.$couple
    8 OASIS_LIBDIR=$LMDGCM/../../prism/SX/lib
    9 INCA_LIBDIR=$LMDGCM/../INCA3/config/lib
    10 INCA_INCDIR=$LMDGCM/../INCA3/config/lib
     3IOIPSL_INCDIR=/home/spiga/IOIPSL_SVN/modipsl/lib
     4IOIPSL_LIBDIR=/home/spiga/IOIPSL_SVN/modipsl/lib
Note: See TracChangeset for help on using the changeset viewer.