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_test.cpp

    r1527 r1538  
    4848        status->ep_datatype = (*request)->ep_datatype; 
    4949         
    50         //(*request)->state = 2; 
     50        (*request)->state = 2; 
    5151                 
    5252        memcheck("delete "<< (*request)->mpi_request << " : in ep_lib::MPI_Test, delete (*request)->mpi_request"); 
     
    9797        array_of_statuses[i].ep_datatype = array_of_requests[i]->ep_datatype; 
    9898         
    99         //array_of_requests[i]->state = 2; 
     99        array_of_requests[i]->state = 2; 
    100100       
    101101        memcheck("delete "<< array_of_requests[i]->mpi_request <<" : in ep_lib::MPI_Testall, array_of_requests["<<i<<"]->mpi_request"); 
Note: See TracChangeset for help on using the changeset viewer.