Ignore:
Timestamp:
12/06/17 09:49:39 (6 years ago)
Author:
yushan
Message:

toy_cmip6_omp tested on Curie (14*4+2) and Ada (14*2+2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/buffer_client.cpp

    r1355 r1360  
    2828  { 
    2929    interComm = in_interComm; 
    30     *(interComm.mpi_comm) = *(in_interComm.mpi_comm); 
    31     *(interComm.ep_comm_ptr->intercomm->mpi_inter_comm) = *(in_interComm.ep_comm_ptr->intercomm->mpi_inter_comm); 
     30    *(static_cast< ::MPI_Comm*>(interComm.mpi_comm)) = *(static_cast< ::MPI_Comm*>(in_interComm.mpi_comm)); 
     31    *(static_cast< ::MPI_Comm*>(interComm.ep_comm_ptr->intercomm->mpi_inter_comm)) = *(static_cast< ::MPI_Comm*>(in_interComm.ep_comm_ptr->intercomm->mpi_inter_comm)); 
    3232    buffer[0] = new char[bufferSize]; // transform it with MPI_ALLOC_MEM later 
    3333    buffer[1] = new char[bufferSize]; 
Note: See TracChangeset for help on using the changeset viewer.