Ignore:
Timestamp:
12/13/17 15:12:08 (7 years ago)
Author:
yushan
Message:

unify type : MPI_Request

File:
1 edited

Legend:

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

    r1373 r1374  
    230230    public: 
    231231 
    232       int* mpi_request; 
     232      void* mpi_request; 
    233233 
    234234      int type; //! type of the non-blocking communication. 1: Isend; 2:Irecv; 3:Imrecv; 4:Issend 
     
    241241      MPI_Comm comm;    //! EP communicator related to the communication 
    242242 
    243       MPI_Request(); 
    244       MPI_Request(int* request); 
     243      MPI_Request() {} 
     244      MPI_Request(void* request); 
    245245      bool operator == (MPI_Request right); 
    246246 
Note: See TracChangeset for help on using the changeset viewer.