Ignore:
Timestamp:
10/09/14 12:28:27 (10 years ago)
Author:
mhnguyen
Message:

Improving format of info and error file

+) Change name of info and error file into xios_client(server)_rank
+) Make format prettier

Test
+) On local: Fedora 20, gcc 4.8
+) Work as expected

File:
1 edited

Legend:

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

    r497 r499  
    1313     static string rootFile ; 
    1414     static string xiosCodeId ; 
    15      static string infoFile; 
    16      static string errorFile; 
     15     static string clientFile; 
     16     static string serverFile; 
    1717 
    1818     static void initialize(void) ; 
     
    4444 
    4545     public: 
    46       //! Setting xios to use server mode 
    47       static void setUsingServer(); 
     46     //! Setting xios to use server mode 
     47     static void setUsingServer(); 
    4848 
    49       //! Setting xios NOT to use server mode 
    50       static void setNotUsingServer(); 
     49     //! Setting xios NOT to use server mode 
     50     static void setNotUsingServer(); 
     51 
     52      //! A silly variable to detect whether one process is in client or server side. Should be removed on refactoring code 
     53     static bool isServerSide; 
    5154 
    5255  } ; 
Note: See TracChangeset for help on using the changeset viewer.