Ignore:
Timestamp:
07/11/17 17:57:38 (7 years ago)
Author:
yushan
Message:

bug corrected. happened when certain threads send 0 elements in the allgatherv call

File:
1 edited

Legend:

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

    r1205 r1209  
    2626namespace xios{ 
    2727 
    28    /// ////////////////////// Définitions ////////////////////// /// 
     28   /// ////////////////////// Dfinitions ////////////////////// /// 
    2929 
    3030   CField::CField(void) 
     
    716716     if (context->hasClient) 
    717717     { 
    718        printf("proc %d begein transformation\n", myRank); 
    719718       solveTransformedGrid(); 
    720        printf("proc %d end transformation\n", myRank); 
    721        MPI_Barrier(context->client->intraComm); 
    722719     } 
    723720 
Note: See TracChangeset for help on using the changeset viewer.