Changeset 255


Ignore:
Timestamp:
07/23/14 18:15:57 (10 years ago)
Author:
ymipsl
Message:

Adding xios output functionnalities

YM

Location:
codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/bld.cfg

    r220 r255  
    5858bld::tool::ar        %AR 
    5959bld::tool::make      %MAKE 
    60 bld::tool::fflags    %FFLAGS %INCDIR 
     60bld::tool::fflags    %FFLAGS %INCDIR -I%ROOT_PATH/../XIOS/inc 
    6161bld::tool::cflags    %C_OPTIM %INCDIR 
    62 bld::tool::ldflags   %LD_FLAGS %LIB   
     62bld::tool::ldflags   %LD_FLAGS -L%ROOT_PATH/../XIOS/lib -lxios -lstdc++ %LIB   
    6363 
    6464bld::tool::cppflags  %CPP_FLAGS %INCDIR 
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/compile_curie

    r220 r255  
    1 makelmdz_fcm -debug -s 1 -d 128x96x64 -b 20x30 -io none -arch X64_CURIE -parallel mpi -p std gcm 
     1makelmdz_fcm -prod -s 1 -d 128x96x64 -b 20x30 -io none -arch X64_CURIE -parallel mpi_omp -p std gcm 
Note: See TracChangeset for help on using the changeset viewer.