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

    r509 r511  
    4242     static double bufferServerFactorSize ; 
    4343     static double defaultBufferServerFactorSize ; 
     44     static bool isOptPerformance; 
    4445 
    4546     public: 
     
    5455 
    5556     static  void initServer(); 
     57 
     58     private: 
     59      static void parseXiosConfig(); 
    5660 
    5761  } ; 
Note: See TracChangeset for help on using the changeset viewer.