Changeset 808


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

trunk : fix arch files on IRENE

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

Legend:

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

    r767 r808  
     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 
     5module load feature/openmpi/mpi_compiler/intel 
     6module load c++/gnu/7.3.0 
    27module load intel/17.0.6.256 
    38module load mpi/openmpi/2.0.4 
  • codes/icosagcm/trunk/arch/arch-X64_IRENE.fcm

    r767 r808  
    1111%DEBUG_FFLAGS        -g -traceback -check bounds -fp-model strict 
    1212%MPI_FFLAGS 
    13 %OMP_FFLAGS          -openmp -openmp-threadprivate compat 
     13%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate compat 
    1414%BASE_LD             -i4 -r8 -auto $MKL_LDFLAGS 
    1515%MPI_LD 
    16 %OMP_LD              -openmp 
     16%OMP_LD              -qopenmp 
  • codes/icosagcm/trunk/arch/arch-X64_IRENE.path

    r767 r808  
    2828 
    2929XIOS_ROOTDIR="$PWD/../XIOS" 
    30 XIOS_INCDIR="-I$ROOT/../XIOS/inc" 
    31 XIOS_LIBDIR="-L$ROOT/../XIOS/lib" 
     30XIOS_INCDIR="-I$XIOS_ROOTDIR/inc" 
     31XIOS_LIBDIR="-L$XIOS_ROOTDIR/lib" 
    3232XIOS_LIB="-lxios -lstdc++" 
Note: See TracChangeset for help on using the changeset viewer.