~ubuntu-branches/debian/stretch/adios/stretch

« back to all changes in this revision

Viewing changes to wrappers/numpy/tests/config_mpi.xml

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140616230638-5a0z7ylxx8i0edrg
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<adios-config host-language="C">
 
3
    <adios-group name="temperature">
 
4
    <var name="NX" type="integer"/>
 
5
    <var name="size" type="integer"/>
 
6
    <var name="rank" type="integer"/>
 
7
    <global-bounds dimensions="size,NX" offsets="rank,0">
 
8
       <var name="temperature" gwrite="t" type="double" dimensions="1,NX"/>
 
9
    </global-bounds>
 
10
    <attribute name="description" path="/temperature" value="Global array written from 'size' processes" type="string"/>
 
11
</adios-group>
 
12
 
 
13
<method group="temperature" method="MPI"/>
 
14
 
 
15
<buffer size-MB="2" allocate-time="now"/>
 
16
 
 
17
</adios-config>