Ignore:
Timestamp:
05/31/17 10:36:33 (7 years ago)
Author:
oabramkina
Message:

Fixing a bug in context initialization. Now register context is scheduled by event scheduler.
Tests on Curie: test_complete and test_xios2_cmip6.

File:
1 edited

Legend:

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

    r1077 r1148  
    6565      private: 
    6666        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 
    71         static int nbContexts_; 
     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 
     71        static int nbContexts;        //!< Number of contexts registered by server 
    7272        static StdOFStream m_infoStream; 
    7373        static StdOFStream m_errorStream; 
Note: See TracChangeset for help on using the changeset viewer.