Ignore:
Timestamp:
01/07/20 18:53:52 (4 years ago)
Author:
ymipsl
Message:

Supress unusefull idServer context variable that create some trouble when sending context attribute to server.

YM

File:
1 edited

Legend:

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

    r1784 r1848  
    176176         void sendFinalizeClient(CContextClient* contextClient, const string& contextClientId); 
    177177 
    178  
    179          const StdString& getIdServer(); 
    180          void setIdServer(const StdString& idServer); 
    181          const StdString& getIdServer(const int srvPoolNb); 
    182178         std::string getContextId() {return contextId_;} 
    183179 
     
    303299         bool finalized; 
    304300         int countChildContextFinalized_;        //!< Counter of child contexts (for now it is the number of secondary server pools) 
    305          StdString idServer_; 
    306301         CGarbageCollector garbageCollector; 
    307302         std::list<MPI_Comm> comms; //!< Communicators allocated internally 
Note: See TracChangeset for help on using the changeset viewer.