Ignore:
Timestamp:
12/19/17 17:50:40 (6 years ago)
Author:
yushan
Message:

dev EP-RMA : MPI_Get_accumulate

File:
1 edited

Legend:

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

    r1381 r1385  
    8383    mpi_aint = new ::MPI_Aint; 
    8484    *(static_cast< ::MPI_Aint*>(mpi_aint)) = aint; 
     85  } 
     86 
     87  MPI_Aint MPI_Aint::operator=(int a) 
     88  { 
     89    mpi_aint = new ::MPI_Aint; 
     90    *(static_cast< int*>(mpi_aint)) = a;  
    8591  } 
    8692   
Note: See TracChangeset for help on using the changeset viewer.