Changeset 1418 for XIOS/dev


Ignore:
Timestamp:
02/01/18 19:18:25 (6 years ago)
Author:
ymipsl
Message:

Fix for workflow reentrance : missing check at context finalize.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/context.cpp

    r1380 r1418  
    438438   void CContext::finalize(void) 
    439439   { 
     440      if (hasClient && !hasServer) // For now we only use server level 1 to read data 
     441      { 
     442        doPreTimestepOperationsForEnabledReadModeFiles(); 
     443      } 
    440444     // Send registry upon calling the function the first time 
    441445     if (countChildCtx_ == 0) 
Note: See TracChangeset for help on using the changeset viewer.