Ignore:
Timestamp:
10/05/15 15:32:52 (9 years ago)
Author:
rlacroix
Message:

Add a new configuration variable "min_buffer_size".

This allows the user to control the minimum buffer size.

File:
1 edited

Legend:

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

    r718 r719  
    4242     static double bufferSizeFactor; //!< Factor used to tune the buffer size 
    4343     static const double defaultBufferSizeFactor; //!< Default factor value 
     44     static StdSize minBufferSize; //!< Minimum buffer size 
    4445     static bool isOptPerformance; //!< Check if buffer size is for performance (as large as possible) 
    4546     static CRegistry* globalRegistry ; //!< global registry which is wrote by the root process of the servers 
Note: See TracChangeset for help on using the changeset viewer.