Changeset 1744 for XIOS


Ignore:
Timestamp:
10/16/19 16:12:47 (5 years ago)
Author:
yushan
Message:

dev_trunk_omp: Tested on Irene (test_omp.exe). compiler=intel17, mpi=intelmpi, openmpi, with and without ep

Location:
XIOS/dev/dev_trunk_omp
Files:
5 added
3 deleted
2 edited

Legend:

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

    r1650 r1744  
    11module unload netcdf-c netcdf-fortran hdf5 flavor perl hdf5 boost blitz mpi gnu 
    2 module load flavor/buildcompiler/intel/17 flavor/buildmpi/openmpi/2.0 flavor/hdf5/parallel 
    3 module load flavor/openmpi/thread-multiple  
     2module load gnu 
     3module load flavor/openmpi/thread-multiple 
    44module load mpi/openmpi/2.0.4 
    5 module load netcdf-c/4.6.0 
    65module load flavor/hdf5/parallel 
    76module load netcdf-fortran/4.4.4 
     7module load netcdf-c/4.6.0 
    88module load hdf5/1.8.20 
    99module load boost 
    1010module load blitz 
    11 module load gnu 
    12 #module load scalasca 
    1311module load feature/bridge/heterogenous_mpmd 
    14  
  • XIOS/dev/dev_trunk_omp/arch/arch-X64_IRENE_openmpi.fcm

    r1650 r1744  
    33################################################################################ 
    44 
    5 %CCOMPILER      mpicc -D_usingEP -qopenmp -D_openmpi 
     5%CCOMPILER      mpicc -qopenmp 
    66%FCOMPILER      mpif90 -qopenmp 
    7 %LINKER         mpif90 -qopenmp -nofor-main 
     7%LINKER         mpif90  -nofor-main -qopenmp 
    88 
    9 %BASE_CFLAGS    -g -O0 -std=c++11 -diag-disable 1125 -diag-disable 279 
     9%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279 
    1010%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
    1111#%DEV_CFLAGS     -g -traceback 
Note: See TracChangeset for help on using the changeset viewer.