Skip to content

Commit 48cc423

Browse files
committed
add SST queue limit comment in adios2.xml
1 parent 4d57a79 commit 48cc423

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tutorial/heat2d/fortran/adios2.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<engine type="SST"/>
1818
<engine type="InSituMPI"/>
1919
20+
SST allows for reader disconnect and reconnect. To make it useful, limit
21+
the number of steps SST caches in memory with a parameter.
22+
<engine type="SST">
23+
<parameter key="QueueLimit" value="2"/>
24+
</engine>
25+
26+
2027
DataMan is more elaborate with a transport and IP address required
2128
<io name="heat">
2229
<engine type="DataMan">

0 commit comments

Comments
 (0)