-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathadios2cfg.xml
42 lines (42 loc) · 1.38 KB
/
adios2cfg.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<!-- Heatload Config XML file for ADIOS2 -->
<adios-config>
<!-- IO names 'escaped_ptls' and 'output.units'
must be the same as what is used in XGC,
so that they can be run in a workflow with
the same XML config
-->
<io name="escaped_ptls">
<engine type="FileStream">
<parameter key="Profile" value="On"/>
<parameter key="OpenTimeoutSecs" value="3600"/>
<!--parameter key="NumAggregators" value="4"/-->
</engine>
</io>
<io name="output.units">
<engine type="File">
<parameter key="Profile" value="On"/>
<parameter key="OpenTimeoutSecs" value="3600"/>
</engine>
</io>
<io name="heatload">
<!-- Output of heatload analysis code -->
<engine type="FileStream"></engine>
</io>
<io name="tracer_diag">
<!-- Output of diffusion analysis code -->
<engine type="FileStream"></engine>
</io>
<io name="field3D">
<!-- Output of diffusion analysis code -->
<engine type="FileStream"></engine>
</io>
<io name="diagnosis.mesh">
<!-- Output of diffusion analysis code -->
<engine type="FileStream"></engine>
</io>
<io name="output.units">
<!-- Output of diffusion analysis code -->
<engine type="FileStream"></engine>
</io>
</adios-config>