Ignore:
Timestamp:
05/18/17 19:27:26 (7 years ago)
Author:
oabramkina
Message:

Fixing a bug in context finalization. Now context finalization is done in two stages.
Tested on Cure with test_regular and test_xios2_cmip6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/context.hpp

    r1130 r1139  
    5151           EVENT_ID_CLOSE_DEFINITION,EVENT_ID_UPDATE_CALENDAR, 
    5252           EVENT_ID_CREATE_FILE_HEADER,EVENT_ID_CONTEXT_FINALIZE, 
     53           EVENT_ID_CONTEXT_POST_FINALIZE, 
    5354           EVENT_ID_POST_PROCESS, EVENT_ID_SEND_REGISTRY, 
    5455           EVENT_ID_POST_PROCESS_GLOBAL_ATTRIBUTES, 
     
    247248         bool isPostProcessed; 
    248249         bool allProcessed; 
    249 //         bool finalized; 
     250         bool finalized; 
    250251         int countChildCtx_;        //!< Counter of child contexts (for now it is the number of secondary server pools) 
    251252         StdString idServer_; 
Note: See TracChangeset for help on using the changeset viewer.