Ignore:
Timestamp:
06/11/18 19:06:45 (6 years ago)
Author:
yushan
Message:

tests in XIOS OK (client, complete, remap, toy)

File:
1 edited

Legend:

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

    r1527 r1538  
    4040    status->ep_datatype = (*request)->ep_datatype; 
    4141     
    42     //(*request)->state = 2; 
     42    (*request)->state = 2; 
    4343 
    4444    memcheck("delete "<< (*request)->mpi_request << " : in ep_lib::MPI_Wait, delete (*request)->mpi_request"); 
     
    9494      array_of_statuses[i].ep_datatype = array_of_requests[i]->ep_datatype; 
    9595       
    96       //array_of_requests[i]->state = 2; 
     96      array_of_requests[i]->state = 2; 
    9797       
    9898      memcheck("delete "<< array_of_requests[i]->mpi_request <<" : in ep_lib::MPI_Waitall, array_of_requests["<<i<<"]->mpi_request"); 
Note: See TracChangeset for help on using the changeset viewer.