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/node/context.hpp

    r509 r511  
    8888         // Initialize server or client 
    8989         void initServer(MPI_Comm intraComm, MPI_Comm interComm) ; 
    90          void initClient(MPI_Comm intraComm, MPI_Comm interComm) ; 
     90         void initClient(MPI_Comm intraComm, MPI_Comm interComm, CContext* cxtServer=0) ; 
    9191         bool isInitialized(void) ; 
    9292 
     
    129129         void sendPostProcessing(); 
    130130 
     131         const StdString& getIdServer(); 
     132 
    131133         // Client side: Receive and process messages 
    132134         static void recvUpdateCalendar(CEventServer& event) ; 
     
    206208         bool isPostProcessed; 
    207209         std::map<int, StdSize> dataSize_; 
     210         StdString idServer_; 
    208211 
    209212 
Note: See TracChangeset for help on using the changeset viewer.