Changeset 1495 for XIOS/dev


Ignore:
Timestamp:
04/26/18 12:00:49 (6 years ago)
Author:
yushan
Message:

add type check and op check

File:
1 edited

Legend:

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

    r1368 r1495  
    211211       || datatype == MPI_CHAR  
    212212       || datatype == MPI_LONG  
    213        || datatype == MPI_UNSIGNED_LONG) 
     213       || datatype == MPI_UNSIGNED_LONG 
     214       || datatype == MPI_UINT64_T) 
    214215    { 
    215216      return true; 
     
    224225    if(   op == MPI_MAX  
    225226       || op == MPI_MIN 
    226        || op == MPI_SUM) 
     227       || op == MPI_SUM 
     228       || op == MPI_LOR) 
    227229    { 
    228230      return true; 
Note: See TracChangeset for help on using the changeset viewer.