Ignore:
Timestamp:
01/10/17 14:36:29 (7 years ago)
Author:
oabramkina
Message:

Intermeadiate version for merging with new server functionalities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/server.hpp

    r1009 r1021  
    3333        static CEventScheduler* eventScheduler; 
    3434 
    35         static int nbSndSrvPools;   // number of secondary server pools 
    36         static int poolNb;          // for secondary servers; stores the pool number 
     35        static int serverLevel ; 
     36 
     37//        static int nbSndSrvPools;   // number of secondary server pools 
     38//        static int poolNb;          // for secondary servers; stores the pool number 
    3739 
    3840        struct contextMessage 
     
    6870      private: 
    6971        static int rank; 
    70         static int rankSndServers; 
     72        static int serverSize;  //!< Number of procs dedicated to server 
     73        static int nbPools;     //!< Number of secondary-server pools 
     74        static int poolId;      //!< ID of a secondary-server pool 
    7175        static StdOFStream m_infoStream; 
    7276        static StdOFStream m_errorStream; 
Note: See TracChangeset for help on using the changeset viewer.