Ignore:
Timestamp:
07/31/19 13:51:01 (5 years ago)
Author:
yushan
Message:

backup for trunk with graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/axis.cpp

    r1612 r1686  
    345345      Check the validity of data, fill in values if any, and apply mask. 
    346346   */ 
    347  
    348347   void CAxis::checkData() 
    349348   TRY 
     
    848847 
    849848      numberWrittenIndexes_[writtenCommSize] = nbWritten; 
    850       if (isDistributed()) 
     849 
     850      bool distributed_glo, distributed=isDistributed() ; 
     851      MPI_Allreduce(&distributed,&distributed_glo, 1, MPI_INT, MPI_LOR, writtenComm) ; 
     852      if (distributed_glo) 
    851853      { 
    852854              
Note: See TracChangeset for help on using the changeset viewer.