Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
b63784ba
Commit
b63784ba
authored
Jun 27, 2017
by
William F Godoy
Browse files
Changed config.xml to defaults
parent
f9a8aca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/heatTransfer/write/config.xml
View file @
b63784ba
...
...
@@ -15,15 +15,15 @@
<!-- XXKb, XXMb, or XXXGb supported, default=16Kb
(applications might choose an optimal value) -->
<!--<parameter key="InitialBufferSize" value="16
M
b"/> -->
<!--<parameter key="InitialBufferSize" value="16
K
b"/> -->
<!-- XXKb, XXMb, or XXXGb supported, default=200Mb
<!-- XXKb, XXMb, or XXXGb supported, default=Unlimited or
maximum at each time step
(applications might choose an optimal value) -->
<!-- <parameter key="MaxBufferSize" value="
2
0Mb"/> -->
<!-- <parameter key="MaxBufferSize" value="
5
0Mb"/> -->
<!-- exponential growth factor > 1, default = 2 (as in the STL)
for this case: 1, 2, 4, 8, 16, 20 Mb -->
<parameter
key=
"BufferGrowthFactor"
value=
"2"
/>
<!-- exponential growth factor > 1, default = 1.05 -->
<parameter
key=
"BufferGrowthFactor"
value=
"1.05"
/>
</engine>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment