Ignore:
Timestamp:
06/02/17 16:56:46 (7 years ago)
Author:
oabramkina
Message:

Two servel levels: correcting initialization in case of non-contiguous server ranks.
Tests on Curie: test_complete.

File:
1 edited

Legend:

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

    r1148 r1152  
    6464 
    6565      private: 
    66         static int rank_; 
    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) 
    69         static int nbPools;           //!< Number of secondary server pools 
    70         static int poolId;            //!< id of a secondary server pool starting from 1 
     66        static vector<int> sndServerGlobalRanks;  //!< Global ranks of secondary server processes 
     67        static int rank_;             //!< If (!oasis) global rank, else rank in the intraComm returned by oasis 
    7168        static int nbContexts;        //!< Number of contexts registered by server 
    7269        static StdOFStream m_infoStream; 
Note: See TracChangeset for help on using the changeset viewer.