Ignore:
Timestamp:
11/21/18 17:16:13 (6 years ago)
Author:
yushan
Message:

branch_openmp merged and tested with trunk r1597

Location:
XIOS/dev/dev_trunk_omp/arch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/arch/arch-IRENE_omp.env

    r1605 r1608  
    99module load feature/bridge/heterogenous_mpmd 
    1010 
    11 module unload netcdf 
    12 module unload hdf5 
     11#module unload netcdf 
     12#module unload hdf5 
     13#module unload netcdf-fortran 
    1314 
    1415export HDF5_INC_DIR=$HOME/lib/hdf5_intel/include 
  • XIOS/dev/dev_trunk_omp/arch/arch-IRENE_omp.fcm

    r1605 r1608  
    33################################################################################ 
    44 
    5 %CCOMPILER      mpicc -qopenmp -D_usingEP -D_openmpi -std=c++11 
     5%CCOMPILER      mpicc -qopenmp -D_usingEP -D_intelmpi -std=c++11 
    66%FCOMPILER      mpif90 -qopenmp 
    77%LINKER         mpif90 -qopenmp -nofor-main -Wl,-rpath -Wl,$HOME/lib/netcdf_f_intel/lib 
  • XIOS/dev/dev_trunk_omp/arch/arch-IRENE_omp.path

    r1605 r1608  
    11NETCDF_INCDIR="-I $NETCDFC_INCDIR -I $NETCDFFORTRAN_INCDIR -I $NETCDF_INC_DIR -I $HOME/lib/netcdf_f_intel/include" 
    22NETCDF_LIBDIR="-L $NETCDFC_LIBDIR -L $NETCDFFORTRAN_LIBDIR -L $NETCDF_LIB_DIR -L $HOME/lib/netcdf_f_intel/lib" 
    3 NETCDF_LIB="-lnetcdf -lnetcdff" 
     3NETCDF_LIB="-lnetcdf -lnetcdff -lnetcdf" 
    44 
    55MPI_INCDIR="" 
Note: See TracChangeset for help on using the changeset viewer.