Ignore:
Timestamp:
10/17/19 10:22:09 (5 years ago)
Author:
yushan
Message:

Generic_testcase: build flag --omp to enable EP with intelmpi. --omp2 to enable EP with openmpi. tested on Irene with compiler=intel17, mpi=intelmpi&openmpi, with and without EP

Location:
XIOS/dev/dev_trunk_omp/extern/src_ep_dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_lib.cpp

    r1646 r1745  
    138138       || datatype == MPI_LONG  
    139139       || datatype == MPI_UNSIGNED_LONG 
    140        || datatype == MPI_LONG_LONG) 
     140       || datatype == MPI_LONG_LONG_INT) 
    141141    { 
    142142      return true; 
    143143    } 
    144144 
     145    //std::cout<<"datatype="<<datatype<<",int="<<MPI_INT<<",float="<<MPI_FLOAT<<",double="<<MPI_DOUBLE<<",char="<<MPI_CHAR<<",long="<<MPI_LONG<<",u_char="<<MPI_UNSIGNED_CHAR<<",l_long="<<MPI_LONG_LONG<<std::endl; 
    145146    return false; 
    146147  } 
  • XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_reduce.cpp

    r1646 r1745  
    343343 
    344344#endif 
     345 
     346 
Note: See TracChangeset for help on using the changeset viewer.