Ignore:
Timestamp:
08/25/21 19:31:05 (3 years ago)
Author:
ymipsl
Message:

Revisiting registry management and make it working.
YM

File:
1 edited

Legend:

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

    r2204 r2209  
    5555           EVENT_ID_CLOSE_DEFINITION,EVENT_ID_UPDATE_CALENDAR, 
    5656           EVENT_ID_CREATE_FILE_HEADER,EVENT_ID_CONTEXT_FINALIZE, 
    57            EVENT_ID_SEND_REGISTRY, 
    5857           EVENT_ID_CONTEXT_FINALIZE_CLIENT, 
    5958           EVENT_ID_COUPLER_IN_READY, 
     
    170169         void sendRefDomainsAxisScalars(const std::vector<CFile*>& activeFiles); 
    171170         //!< after be gathered to the root process of the context, merged registry is sent to the root process of the servers 
    172          void sendRegistry(void) ; 
    173171         void sendFinalizeClient(CContextClient* contextClient, const string& contextClientId); 
    174172          
     
    189187         static void recvSolveInheritanceContext(CEventServer& event); 
    190188         void recvSolveInheritanceContext(CBufferIn& buffer); 
    191          static void recvRegistry(CEventServer& event) ; 
    192          void recvRegistry(CBufferIn& buffer) ; //!< registry is received by the servers 
    193189         static void recvFinalizeClient(CEventServer& event) ; 
    194190         void recvFinalizeClient(CBufferIn& buffer); 
Note: See TracChangeset for help on using the changeset viewer.