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.cpp

    r1362 r1365  
    6666//    *(static_cast< ::MPI_Request*>(mpi_request)) = *(static_cast< ::MPI_Request*>(request)); 
    6767//  } 
    68  
     68  MPI_Aint::MPI_Aint(void* aint) 
     69  { 
     70    mpi_aint = new ::MPI_Aint; 
     71    *(static_cast< ::MPI_Aint*>(mpi_aint)) = *(static_cast< ::MPI_Aint*>(aint)); 
     72  } 
    6973 
    7074  bool ep_communicator::operator == (ep_communicator right) 
Note: See TracChangeset for help on using the changeset viewer.