Ignore:
Timestamp:
12/07/17 17:11:26 (6 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

    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   
Note: See TracChangeset for help on using the changeset viewer.