Ignore:
Timestamp:
05/28/18 09:54:32 (6 years ago)
Author:
yushan
Message:

save dev

File:
1 edited

Legend:

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

    r1388 r1500  
    1111MPI_Win      to_mpi_win(void* win); 
    1212MPI_Aint     to_mpi_aint(ep_lib::MPI_Aint aint); 
     13MPI_Status*  to_mpi_status_ptr (ep_lib::MPI_Status status); 
     14MPI_Request* to_mpi_request_ptr(ep_lib::MPI_Request request); 
     15MPI_Message* to_mpi_message_ptr(ep_lib::MPI_Message message); 
    1316 
    1417#endif // EP_MPI_HPP_INCLUDED 
Note: See TracChangeset for help on using the changeset viewer.