Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
b63784ba
Commit
b63784ba
authored
7 years ago
by
William F Godoy
Browse files
Options
Downloads
Patches
Plain Diff
Changed config.xml to defaults
parent
f9a8aca2
No related branches found
No related tags found
1 merge request
!190
Memory
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/heatTransfer/write/config.xml
+6
-6
6 additions, 6 deletions
examples/heatTransfer/write/config.xml
with
6 additions
and
6 deletions
examples/heatTransfer/write/config.xml
+
6
−
6
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment