Ignore:
Timestamp:
08/03/17 15:16:56 (7 years ago)
Author:
oabramkina
Message:

Minor modifications for secondary server:

  • adding a check of the number of processes requested for the secondary server
  • making process distribution between two server levels in case of oasis similar to that wihtout oasis.
File:
1 edited

Legend:

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

    r1227 r1234  
    4242     static bool usingOasis ; //!< Using Oasis 
    4343     static bool usingServer ; //!< Using server (server mode) 
    44      static bool usingServer2 ; //!< Using secondary server (server mode) 
     44     static bool usingServer2 ; //!< Using secondary server (server mode). IMPORTANT: Use this variable ONLY in CServer::initialize(). 
    4545     static int ratioServer2 ;  //!< Percentage of server processors dedicated to secondary server 
    4646     static double bufferSizeFactor; //!< Factor used to tune the buffer size 
Note: See TracChangeset for help on using the changeset viewer.