Ignore:
Timestamp:
11/07/16 17:55:55 (7 years ago)
Author:
oabramkina
Message:

My branch

Location:
XIOS/dev/dev_olga
Files:
1 edited
1 copied

Legend:

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

    r719 r983  
    1616     static void initialize(void) ; 
    1717     static void initClientSide(const string & codeId, MPI_Comm& localComm, MPI_Comm& returnComm) ; 
    18      static void initServerSide(void) ; 
     18     static void initServerSide(int serverLevel) ; 
    1919     static void clientFinalize(void) ; 
    2020     static void parseFile(const string& filename) ; 
     
    2929     static string rootFile ; //!< Configuration filename 
    3030     static string xiosCodeId ; //!< Identity for XIOS 
    31      static string clientFile; //!< Filename template for client 
    32      static string serverFile; //!< Filename template for server 
     31     static string xiosCodeIdPrm ; //!< Identity for XIOS primary server 
     32     static string xiosCodeIdSnd ; //!< Identity for XIOS secondary server 
     33     static string clientFile;        //!< Filename template for client 
     34     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 
    3337 
    3438     static bool isClient ; //!< Check if xios is client 
    35      static bool isServer ; //!< Check if xios is server 
     39     static bool isServer ; //!< Check if xios is primary server 
     40 
     41     static int serverLevel ; // 
    3642 
    3743     static MPI_Comm globalComm ; //!< Global communicator 
     
    5056     static void setUsingServer(); 
    5157 
     58     //! Setting xios to use secondary server mode 
     59//     static void setUsingSecondaryServer(); 
     60 
    5261     //! Setting xios NOT to use server mode 
    5362     static void setNotUsingServer(); 
Note: See TracChangeset for help on using the changeset viewer.