~ubuntu-branches/ubuntu/utopic/adios/utopic

« back to all changes in this revision

Viewing changes to examples/C/flexpath_arrays/global_range_select/arrays.xml

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-12-09 15:21:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131209152131-jtd4fpmdv3xnunnm
Tags: 1.5.0-1
* New upstream.
* Standards-Version: 3.9.5
* Include latest config.{sub,guess} 
* New watch file.
* Create libadios-bin for binaries.

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" coordination-communicator="comm" stats="On">
 
4
    <var name="NX" type="integer"/>
 
5
    <var name="NY" type="integer"/>
 
6
    <var name="size" type="integer"/>
 
7
    <var name="rank" type="integer"/>
 
8
    <var name="test_scalar" type="integer"/>
 
9
    <global-bounds dimensions="size,NX" offsets="rank,0">
 
10
        <var name="var_2d_array" gwrite="t" type="double" dimensions="NY,NX"/>
 
11
    </global-bounds>
 
12
</adios-group>
 
13
 
 
14
<method group="temperature"  method="FLEXPATH">QUEUE_SIZE=4;</method>
 
15
 
 
16
<buffer size-MB="20" allocate-time="now"/>
 
17
 
 
18
</adios-config>
 
19