Ignore:
Timestamp:
11/14/14 17:56:37 (9 years ago)
Author:
mhnguyen
Message:

Correct bug causing infinite run on multiple server and do some code clean

+) Correct a stupid typo which causes the bug
+) Add comments for class Contextclient
+) Remove some redundant codes

Test
+) On Curie
+) Connection mode: Attached: One and Multiple; Seperated: One and Multiple server
+) File mode: One and multiple file
+) All tests passed (Will it make the trusting board become red :)? )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/COMPLETE/iodef.xml

    r491 r512  
    99      <variable_definition> 
    1010        <variable_group id="buffer"> 
    11             buffer_size = 80000000 
    12             buffer_server_factor_size = 2 
     11            <variable id="optimal_buffer_size" type="string">memory</variable> 
     12            <variable id="buffer_factor_size" type="double">1.0</variable>  
    1313         </variable_group> 
    1414 
Note: See TracChangeset for help on using the changeset viewer.