Ignore:
Timestamp:
12/06/17 15:22:17 (6 years ago)
Author:
yushan
Message:

unify type : MPI_Message MPI_Info

File:
1 edited

Legend:

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

    r1295 r1362  
    3535    ::MPI_Status mpi_status; 
    3636    ::MPI_Wait(&(request->mpi_request), &mpi_status); 
    37        
     37 
     38    
     39            
     40  
    3841    // request->mpi_request = mpi_request; 
    3942 
     
    4245    status->ep_tag = request->ep_tag; 
    4346    status->ep_datatype = request->ep_datatype; 
     47     
     48 
    4449 
    4550    return MPI_SUCCESS; 
     
    9398    delete[] mpi_status; 
    9499     
     100     
    95101    return MPI_SUCCESS; 
    96102  }  /* end of mpi_waitall*/ 
Note: See TracChangeset for help on using the changeset viewer.