Ignore:
Timestamp:
04/23/20 16:04:22 (4 years ago)
Author:
ymipsl
Message:

Some update on XIOS_COUPLING branch...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp

    r1871 r1872  
    276276    TRY 
    277277    { 
     278      CContext* context = CContext::getCurrent(); 
    278279      if (checkRead) return; 
    279       createSubComFile(); 
     280      //createSubComFile(); 
     281      allZoneEmpty = false;  
     282      MPI_Comm_dup(context->intraComm_, &fileComm) ; 
    280283      checkRead = true; 
    281284    } 
Note: See TracChangeset for help on using the changeset viewer.