Ignore:
Timestamp:
03/13/17 17:21:04 (7 years ago)
Author:
oabramkina
Message:

dev: test for secondary servers added.

File:
1 edited

Legend:

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

    r1054 r1071  
    2727        static list<MPI_Comm> interCommLeft;           // interComm between server (primary, classical or secondary) and its client (client or primary server) 
    2828        static list<MPI_Comm> interCommRight;          // interComm between primary server and secondary server (non-empty only for primary server pool) 
    29         static std::list<MPI_Comm> contextInterComms;  // significance ?? 
     29        static std::list<MPI_Comm> contextInterComms;  // list of context intercomms 
     30        static std::list<MPI_Comm> contextIntraComms;  // list of context intercomms (needed only in case of secondary servers) 
    3031        static CEventScheduler* eventScheduler; 
    3132 
     
    6465      private: 
    6566        static int rank; 
    66         static int serverLeader;  //!< Leader of the classical or primary server (needed in case of secondary servers) 
    67         static int serverSize;    //!< Number of procs dedicated to servers (primary and seconday (if any) combined) 
     67        static int serverLeader_;  //!< Leader of the classical or primary server (needed in case of secondary servers) 
     68        static int serverSize_;    //!< Number of procs dedicated to servers (primary and seconday (if any) combined) 
    6869        static int nbPools;       //!< Number of secondary server pools 
    6970        static int poolId;        //!< id of a secondary server pool starting from 1 
     71        static int nbContexts_; 
    7072        static StdOFStream m_infoStream; 
    7173        static StdOFStream m_errorStream; 
Note: See TracChangeset for help on using the changeset viewer.