Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

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

    r978 r1037  
    531531 
    532532  status.resize(requests.size()); 
     533  //printf("(%d) src/transformation/grid_transformation 1st waitall\n", clientRank); 
    533534  MPI_Waitall(requests.size(), &requests[0], &status[0]); 
     535  //printf("(%d) src/transformation/grid_transformation 1st waitall OK\n", clientRank); 
    534536 
    535537  // 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 
     
    583585  } 
    584586  status.resize(requests.size()); 
     587  //printf("(%d) src/transformation/grid_transformation 2nd waitall\n", clientRank); 
    585588  MPI_Waitall(requests.size(), &requests[0], &status[0]); 
     589  //printf("(%d) src/transformation/grid_transformation 2nd waitall OK\n", clientRank); 
    586590 
    587591  // 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.