Ignore:
Timestamp:
09/23/13 18:06:31 (11 years ago)
Author:
ymipsl
Message:
  • XIOS integration -

Compiling with "-with_xios" option. Adapt path to find XIOS library (arch.path)
Retro-compatible with the old output. If xios is not present, dynamico will use the standard writefield function.
Need to have the iodef.xml configuration file in the exec directory

YM

Location:
codes/icosagcm/trunk/arch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/arch/arch-X64_CURIE.env

    r143 r171  
    11module unload netcdf 
    22module unload hdf5 
    3 module load netcdf/3.6.3 
    4 module load hdf5 
     3module load netcdf/4.2_hdf5_parallel 
     4module load  hdf5/1.8.9_parallel 
    55module load vampir 
    66module load vampirtrace 
  • codes/icosagcm/trunk/arch/arch-X64_CURIE.fcm

    r152 r171  
    55%MAKE                gmake 
    66%FPP_FLAGS           -P 
    7 %FPP_DEF             KEY_NONE 
     7%FPP_DEF             KEY_NONE CPP_NETCDF4 
    88%BASE_FFLAGS         -i4 -r8 -auto -align all -I${MKLROOT}/include 
    99%PROD_FFLAGS         -g -traceback -O3 -vec-report2 
  • codes/icosagcm/trunk/arch/arch-X64_CURIE.path

    r152 r171  
    1010HDF5_LIBDIR="-Wl,-rpath=$HDF5_LIB_DIR -L$HDF5_LIB_DIR" 
    1111HDF5_LIB="-lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl" 
     12 
     13XIOS_INCDIR="-I$WORKDIR/XIOS_COMMIT_V1.7/inc" 
     14XIOS_LIBDIR="-L$WORKDIR/XIOS_COMMIT_V1.7/lib" 
     15XIOS_LIB="-lxios -lstdc++" 
Note: See TracChangeset for help on using the changeset viewer.