source: XIOS/trunk/inputs/COMPLETE/iodef.xml @ 512

Last change on this file since 512 was 512, checked in by mhnguyen, 9 years ago

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 size: 676 bytes
Line 
1<?xml version="1.0"?>
2<simulation>
3
4  <context id="atmosphere" src="./context_atmosphere.xml"/>
5
6  <context id="surface" src="./context_surface.xml"/>
7
8  <context id="xios">
9      <variable_definition>
10        <variable_group id="buffer">
11            <variable id="optimal_buffer_size" type="string">memory</variable>
12            <variable id="buffer_factor_size" type="double">1.0</variable> 
13         </variable_group>
14
15        <variable_group id="parameters" >
16          <variable id="info_level" type="int">100</variable>
17          <variable id="print_file" type="boolean">true</variable>
18        </variable_group>
19      </variable_definition>
20  </context>
21
22</simulation>
Note: See TracBrowser for help on using the repository browser.