Ignore:
Timestamp:
11/13/14 15:09:28 (9 years ago)
Author:
mhnguyen
Message:

Seperating database of context on "client" side and "server" side

+) Add one more context in contex client in case of attached mode
+) Do some minor changements to make sure everything fine in case of attached mode
+) Replace buffer group with the new options

Test
+) On Curie
+) Connection mode: Attached and seperated
+) File mode: one and multiple
+) All tests passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/context_client.hpp

    r509 r511  
    1616 
    1717    public: 
    18     CContextClient(CContext* parent,MPI_Comm intraComm, MPI_Comm interComm) ; 
     18    CContextClient(CContext* parent,MPI_Comm intraComm, MPI_Comm interComm, CContext* parentServer = 0) ; 
    1919//    void registerEvent(CEventClient& event) ; 
    2020 
     
    4848    private: 
    4949    std::map<int, StdSize> mapBufferSize_; 
     50    CContext* parentServer; 
    5051//    bool locked ; 
    5152 
Note: See TracChangeset for help on using the changeset viewer.