Ignore:
Timestamp:
01/10/17 14:36:29 (7 years ago)
Author:
oabramkina
Message:

Intermeadiate version for merging with new server functionalities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/cxios.hpp

    r992 r1021  
    2929     static string rootFile ; //!< Configuration filename 
    3030     static string xiosCodeId ; //!< Identity for XIOS 
    31      static string xiosCodeIdPrm ; //!< Identity for XIOS primary server 
    32      static string xiosCodeIdSnd ; //!< Identity for XIOS secondary server 
     31//     static string xiosCodeIdPrm ; //!< Identity for XIOS primary server 
     32//     static string xiosCodeIdSnd ; //!< Identity for XIOS secondary server 
    3333     static string clientFile;        //!< Filename template for client 
    3434     static string serverFile;        //!< Filename template for server 
    35      static string serverPrimFile;  //!< Filename template for primary server in case of two server groups 
    36      static string serverScndFile;  //!< Filename template for secondary server in case of two server groups 
     35     static string serverPrmFile;  //!< Filename template for primary server in case of two server levels 
     36     static string serverSndFile;  //!< Filename template for secondary server in case of two server levels 
    3737 
    3838     static bool isClient ; //!< Check if xios is client 
    3939     static bool isServer ; //!< Check if xios is server 
    4040 
    41      static int serverLevel ; // 
     41//     static int serverLevel ; 
    4242 
    4343     static MPI_Comm globalComm ; //!< Global communicator 
     
    4646     static bool usingOasis ; //!< Using Oasis 
    4747     static bool usingServer ; //!< Using server (server mode) 
     48     static bool usingServer2 ; //!< Using secondary server (server mode) 
     49     static int ratioServer2 ;  //!< Percentage of server processors dedicated to secondary server 
    4850     static double bufferSizeFactor; //!< Factor used to tune the buffer size 
    4951     static const double defaultBufferSizeFactor; //!< Default factor value 
     
    5557     //! Setting xios to use server mode 
    5658     static void setUsingServer(); 
    57  
    58      //! Setting xios to use secondary server mode 
    59 //     static void setUsingSecondaryServer(); 
    6059 
    6160     //! Setting xios NOT to use server mode 
Note: See TracChangeset for help on using the changeset viewer.