source: XIOS/dev/branch_openmp/inputs/TOY/iodef.xml @ 1468

Last change on this file since 1468 was 1468, checked in by yushan, 6 years ago

tests (client, complete, toy, rempa) work fine with 2-level server mode. Tested on ADA (2*2+2)

File size: 773 bytes
RevLine 
[1118]1<?xml version="1.0"?>
2<simulation>
3
4  <context id="nemo"
5           src="./context_nem.xml"/>
6  <context id="arpsfx"
7           src="./context_arpsf.xml"/>
8 
9  <context id="xios">
10    <variable_definition>
[1460]11       <variable_group id="server">
[1468]12        <variable id="using_server2" type="bool">true</variable>
13        <variable id="ratio_server2" type="int">50</variable>
[1460]14      </variable_group>
15     
[1118]16      <variable_group id="buffer">
17        <variable id="optimal_buffer_size" type="string">performance</variable>
18      </variable_group>
19     
20      <variable_group id="parameters" >
21        <variable id="info_level" type="int">100</variable>
22        <variable id="print_file" type="bool">true</variable>
23      </variable_group>
24    </variable_definition>
25  </context>
26
27</simulation>
Note: See TracBrowser for help on using the repository browser.