Ignore:
Timestamp:
12/19/17 17:16:01 (6 years ago)
Author:
yushan
Message:

dev EP-RMA : MPI_Put, MPI_Get

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_lib.cpp

    r1381 r1383  
    265265} 
    266266 
    267 MPI_Aint to_mpi_aint(void* aint) 
    268 { 
    269   return *(static_cast< MPI_Aint* >(aint)); 
    270 } 
    271  
    272  
    273  
    274  
    275  
     267MPI_Aint to_mpi_aint(ep_lib::MPI_Aint aint) 
     268{ 
     269  return *(static_cast< MPI_Aint* >(aint.mpi_aint)); 
     270} 
     271 
     272 
     273 
     274 
     275 
Note: See TracChangeset for help on using the changeset viewer.