Ignore:
Timestamp:
02/17/17 19:51:36 (7 years ago)
Author:
oabramkina
Message:

dev: intermediate commit.

File:
1 edited

Legend:

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

    r1025 r1054  
    9595 
    9696         // Put sever or client into loop state 
    97          bool eventLoop(void); 
    98  
    9997         bool checkBuffersAndListen(void); 
    10098 
     
    167165         void recvRegistry(CBufferIn& buffer) ; //!< registry is received by the servers 
    168166 
     167         bool isFinalized(void); 
     168 
    169169         // dispatch event 
    170170         static bool dispatchEvent(CEventServer& event); 
     
    208208         virtual bool hasChild(void) const; 
    209209 
     210 
    210211      public : 
    211212         // Calendar of context 
     
    238239         CContextServer* server; 
    239240 
    240          // Client-server pair in case of secondary server pool 
    241241//         CContextClient* clientPrimServer; 
    242242//         CContextServer* serverPrimServer; 
     
    250250         StdString idServer_; 
    251251         CGarbageCollector garbageCollector; 
    252          std::list<MPI_Comm> comms; //!< Communicators allocated internally 
     252         std::list<MPI_Comm> comms; //!< Communicators allocated internally  --- significance?? 
    253253 
    254254      public: // Some function maybe removed in the near future 
Note: See TracChangeset for help on using the changeset viewer.