Ignore:
Timestamp:
06/08/18 17:23:42 (6 years ago)
Author:
yushan
Message:

save dev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_lib_endpoint.hpp

    r1527 r1532  
    1616   
    1717  int MPI_Comm_dup_endpoint(MPI_Comm comm, MPI_Comm *newcomm); 
     18   
     19  int MPI_Iprobe_endpoint(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status); 
     20  int MPI_Improbe_endpoint(int source, int tag, MPI_Comm comm, int *flag, MPI_Message *message, MPI_Status *status); 
    1821 
    1922} 
Note: See TracChangeset for help on using the changeset viewer.