Ignore:
Timestamp:
06/04/18 19:25:08 (6 years ago)
Author:
yushan
Message:

save dev. TO DO : test with xios

File:
1 edited

Legend:

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

    r1362 r1520  
    77MPI_Op       to_mpi_op(ep_lib::MPI_Op op); 
    88MPI_Comm     to_mpi_comm(void* comm); 
     9MPI_Comm*    to_mpi_comm_ptr(void* comm); 
    910MPI_Message  to_mpi_message(void* message); 
    10 MPI_Info     to_mpi_info(void* info); 
     11MPI_Info     to_mpi_info(ep_lib::MPI_Info info); 
     12MPI_Win      to_mpi_win(void* win); 
     13MPI_Aint     to_mpi_aint(ep_lib::MPI_Aint aint); 
     14MPI_Status*  to_mpi_status_ptr (ep_lib::MPI_Status status); 
     15MPI_Request* to_mpi_request_ptr(ep_lib::MPI_Request request); 
     16MPI_Message* to_mpi_message_ptr(ep_lib::MPI_Message message); 
    1117 
    1218#endif // EP_MPI_HPP_INCLUDED 
Note: See TracChangeset for help on using the changeset viewer.