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/client.hpp

    r1130 r1148  
    1818        static MPI_Comm interComm; 
    1919        static std::list<MPI_Comm> contextInterComms; 
    20         static vector<int> serverLeader; 
     20        static int serverLeader; 
    2121        static bool is_MPI_Initialized ; 
    2222 
     
    4141 
    4242      protected: 
    43         static int rank; 
     43        static int rank_;                 //!< Rank in model intraComm 
    4444        static StdOFStream m_infoStream; 
    4545        static StdOFStream m_errorStream; 
Note: See TracChangeset for help on using the changeset viewer.