Ignore:
Timestamp:
03/28/23 16:42:11 (15 months ago)
Author:
ymipsl
Message:

First guess in supression of attached mode replaced by online reader and write filters

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/dev/XIOS_ATTACHED/src/node/context.hpp

    r2458 r2482  
    141141         void initReadFiles(void); 
    142142         void prepareTimeseries(void); 
    143          void postProcessFilterGraph(); 
    144143         void startPrefetchingOfEnabledReadModeFiles(); 
    145          void doPreTimestepOperationsForEnabledReadModeFiles(); 
    146144         void doPostTimestepOperationsForEnabledReadModeFiles(); 
    147145         void findFieldsWithReadAccess(void); 
     
    298296         // Determine context on server or not 
    299297         bool hasServer; 
    300  
     298      public: 
     299        void registerFileToWrite(CFile* file) { filesToWrite_.insert(file); } // Add a file that need to be write for example to create headers 
     300      private:   
     301        std::set<CFile*> filesToWrite_ ;   
    301302 
    302303      private: 
     304        CContextClient* onlineContextClient_=nullptr ; 
     305         
    303306        std::string defaultPoolWriterId_ ; 
    304307        std::string defaultPoolReaderId_ ; 
Note: See TracChangeset for help on using the changeset viewer.