File: two_groups.xml

package info (click to toggle)
adios 1.13.1-31
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,692 kB
  • sloc: ansic: 133,236; f90: 8,791; sh: 7,779; python: 7,648; xml: 3,793; makefile: 2,996; cpp: 2,340; java: 626; sed: 16; perl: 8
file content (23 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<adios-config host-language="C">

    <adios-group name="g1" coordination-communicator="comm" time-index="tidx">
        <var name="a0"  type="integer"/>
        <var name="c0"  type="integer"/>
        <attribute name="attr1int" path="" var="a0" />
        <attribute name="attr1str" path="" type="string" value="a" />
    </adios-group>

    <adios-group name="g2" coordination-communicator="comm" time-index="tidx">
        <var name="b0"  type="integer"/>
        <attribute name="attr2int" path="" var="b0" />
        <attribute name="attr2str" path="" type="string" value="b" />
    </adios-group>

<method group="g1" method="MPI"/>
<method group="g2" method="MPI"/>

<buffer max-size-MB="20"/>

</adios-config>