Ignore:
Timestamp:
10/04/17 11:45:14 (7 years ago)
Author:
yushan
Message:

EP updated

File:
1 edited

Legend:

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

    r1196 r1287  
    88#include "ep_tag.hpp" 
    99#include "ep_lib_fortran.hpp" 
    10  
    1110 
    1211namespace ep_lib 
     
    8786  void check_sum_send(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, int type); 
    8887  void check_sum_recv(void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, int type); 
     88 
     89  bool valid_type(MPI_Datatype type); 
     90  bool valid_op(MPI_Op op); 
     91 
    8992} 
    9093 
     94//MPI_Datatype to_mpi(ep_lib::MPI_Datatype type); 
    9195 
    9296 
Note: See TracChangeset for help on using the changeset viewer.