Ignore:
Timestamp:
03/09/17 18:31:07 (7 years ago)
Author:
yushan
Message:

Preperation for merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/transformation/grid_transformation.cpp

    r1053 r1070  
    531531 
    532532  status.resize(requests.size()); 
    533   //printf("(%d) src/transformation/grid_transformation 1st waitall\n", clientRank); 
    534533  MPI_Waitall(requests.size(), &requests[0], &status[0]); 
    535   //printf("(%d) src/transformation/grid_transformation 1st waitall OK\n", clientRank); 
    536534 
    537535  // Okie, now use the mask to identify which index source we need to send, then also signal the destination which masked index we will return 
     
    585583  } 
    586584  status.resize(requests.size()); 
    587   //printf("(%d) src/transformation/grid_transformation 2nd waitall\n", clientRank); 
    588585  MPI_Waitall(requests.size(), &requests[0], &status[0]); 
    589   //printf("(%d) src/transformation/grid_transformation 2nd waitall OK\n", clientRank); 
    590586 
    591587  // Cool, now we can fill in local index of grid destination (counted for masked index) 
Note: See TracChangeset for help on using the changeset viewer.