Ignore:
Timestamp:
01/13/17 11:44:00 (7 years ago)
Author:
rlacroix
Message:

Make the timeout for xios_recv_field configurable.

The new option "recv_field_timeout" can now be used to set the timeout expressed in seconds. Default value is still 10s.

File:
1 edited

Legend:

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

    r719 r1029  
    4545     static bool isOptPerformance; //!< Check if buffer size is for performance (as large as possible) 
    4646     static CRegistry* globalRegistry ; //!< global registry which is wrote by the root process of the servers 
     47     static double recvFieldTimeout; //!< Time to wait for data before issuing an error when receiving a field 
    4748 
    4849    public: 
Note: See TracChangeset for help on using the changeset viewer.