Changeset 809 for codes


Ignore:
Timestamp:
02/09/19 18:49:40 (5 years ago)
Author:
dubos
Message:

devel : fix arch files on IRENE

Location:
codes/icosagcm/devel/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/arch/arch-X64_IRENE.env

    r736 r809  
     1# module c++/gnu is needed to link with XIOS 
     2# module feature/openmpi/mpi_compiler/intel is made necessary by c++/gnu 
     3 
    14module purge 
    2 module load flavor/buildmpi/openmpi/2.0 
     5module load feature/openmpi/mpi_compiler/intel 
     6module load c++/gnu/7.3.0 
     7module load intel/17.0.6.256 
     8module load mpi/openmpi/2.0.4 
    39module load flavor/hdf5/parallel 
    4 module load flavor/buildcompiler/intel/17 
    5 module load mpi/openmpi/2.0.2 
     10module load netcdf-fortran/4.4.4 
    611module load mkl/17.0.6.256 
    7 module load intel/17.0.6.256 
    812module load hdf5/1.8.20 
    9 module load netcdf-fortran/4.4.4 
    10  
    1113module load parmetis/4.0.3 
    12 export CURRENT_ARCH=X64_IRENE 
  • codes/icosagcm/devel/arch/arch-X64_IRENE.path

    r693 r809  
    1111export XIOS_LIBDIR="-L$PWD/../XIOS/lib" 
    1212export XIOS_LIB="-lxios -lstdc++" 
    13 env | grep XIOS 
     13 
     14export CURRENT_ARCH=X64_IRENE 
Note: See TracChangeset for help on using the changeset viewer.