Ignore:
Timestamp:
06/25/19 16:26:50 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Generic testcase not yet tested

File:
1 edited

Legend:

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

    r1661 r1678  
    866866 
    867867      numberWrittenIndexes_[writtenCommSize] = nbWritten; 
    868       if (isDistributed()) 
     868 
     869      bool distributed_glo, distributed=isDistributed() ; 
     870      MPI_Allreduce(&distributed,&distributed_glo, 1, MPI_INT, MPI_LOR, writtenComm) ; 
     871      if (distributed_glo) 
    869872      { 
    870873              
Note: See TracChangeset for help on using the changeset viewer.