Ignore:
Timestamp:
09/26/14 14:52:09 (10 years ago)
Author:
mhnguyen
Message:

Removing using_server from iodef.xml file. From now on, XIOS is capable of dectectin automatically server mode

+) Check whether server is in the MPI global group
+) Add some more methods to set/unset using_server
+) Do some cleaning stuff

Test
+) On Curie
+) All test passed correctly without using_server id

File:
1 edited

Legend:

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

    r490 r491  
    2929     static T getin(const string& id) ; 
    3030 
    31 //     static void openFileInfo(const StdString& fileName); 
    32 //     static void closeFileInfo(); 
    33  
    3431     static bool isClient ; 
    3532     static bool isServer ; 
     
    4542     static double defaultBufferServerFactorSize ; 
    4643 
    47      private: 
    48 //     static StdOFStream infoFileStream_; 
     44     public: 
     45      //! Setting xios to use server mode 
     46      static void setUsingServer(); 
     47 
     48      //! Setting xios NOT to use server mode 
     49      static void setNotUsingServer(); 
    4950 
    5051  } ; 
Note: See TracChangeset for help on using the changeset viewer.