Ignore:
Timestamp:
12/07/17 17:11:26 (6 years ago)
Author:
yushan
Message:

unify type : MPI_Datatype MPI_Aint

Location:
XIOS/dev/branch_openmp/extern/src_ep_dev
Files:
2 edited

Legend:

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

    r1365 r1366  
    5959    mpi_info = new ::MPI_Info; 
    6060    *(static_cast< ::MPI_Info*>(mpi_info)) = *(static_cast< ::MPI_Info*>(info)); 
     61  } 
     62   
     63  MPI_Info::MPI_Info() 
     64  { 
     65    mpi_info = new ::MPI_Info; 
     66    *(static_cast< ::MPI_Info*>(mpi_info)) = *(static_cast< ::MPI_Info*>(MPI_INFO_NULL.mpi_info)); 
    6167  } 
    6268   
  • XIOS/dev/branch_openmp/extern/src_ep_dev/ep_type.hpp

    r1365 r1366  
    221221      void* mpi_info; 
    222222 
    223       MPI_Info(){ } 
     223      MPI_Info(); 
    224224      MPI_Info(void* info); 
    225225  }; 
Note: See TracChangeset for help on using the changeset viewer.