Ignore:
Timestamp:
12/07/17 16:56:23 (7 years ago)
Author:
yushan
Message:

unify type : MPI_Datatype MPI_Aint

File:
1 edited

Legend:

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

    r1362 r1365  
    5757    public: 
    5858 
    59       int ep_datatype; 
     59      void* ep_datatype; 
    6060      int ep_src; 
    6161      int ep_tag; 
     
    237237      int ep_src; 
    238238      int ep_tag; 
    239       int ep_datatype; 
     239      void* ep_datatype; 
    240240 
    241241      MPI_Comm comm;    //! EP communicator related to the communication 
     
    252252    public: 
    253253 
    254     unsigned long mpi_aint; 
     254    void* mpi_aint; 
    255255 
    256256    MPI_Aint() {} 
    257     MPI_Aint(int a): mpi_aint(a) {} 
     257    MPI_Aint(void* aint); 
     258    //MPI_Aint(int a): mpi_aint(a) {} 
    258259  }; 
    259260 
Note: See TracChangeset for help on using the changeset viewer.