Ignore:
Timestamp:
07/10/17 15:18:16 (7 years ago)
Author:
yushan
Message:

prep to merge with trunk @1200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/node/field.cpp

    r1164 r1203  
    715715     if (context->hasClient) 
    716716     { 
     717       printf("proc %d begein transformation\n", myRank); 
    717718       solveTransformedGrid(); 
     719       printf("proc %d end transformation\n", myRank); 
     720       MPI_Barrier(context->client->intraComm); 
    718721     } 
    719722 
Note: See TracChangeset for help on using the changeset viewer.