Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
c254cadc
Commit
c254cadc
authored
8 years ago
by
Podhorszki, Norbert
Browse files
Options
Downloads
Patches
Plain Diff
update solidfluid example
parent
ecf44402
No related branches found
No related tags found
1 merge request
!8
Integrate groupless
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/solidfluid/solidfluid.xml
+7
-4
7 additions, 4 deletions
examples/solidfluid/solidfluid.xml
with
7 additions
and
4 deletions
examples/solidfluid/solidfluid.xml
+
7
−
4
View file @
c254cadc
...
@@ -75,15 +75,15 @@
...
@@ -75,15 +75,15 @@
-->
-->
<method
group=
"solid"
transport=
"POSIX"
>
options to POSIX transport
</method>
<method
group=
"solid"
transport=
"POSIX"
>
options to POSIX transport
</method>
<!-- the statement below would have the same effect as the one above plus
<!-- the statement below is equivalent to the one above plus -->
it assigns two transports to the group (so I/O is duplicated) -->
<method
group=
"solid"
>
<method
name=
"solid"
>
<transport
="POSIX"
>
options to POSIX transport
</transport>
<transport
="POSIX"
>
options to POSIX transport
</transport>
</method>
</method>
<method
group=
"solid"
<!--
engine=
"default-engine"
--
>
>
<method
group=
"solid"
<!--
engine=
"default-engine"
--
>
>
<transport
="POSIX"
fname=
"out_p.bp"
>
options to POSIX transport
</transport>
<transport
="POSIX"
fname=
"out_p.bp"
>
options to POSIX transport
</transport>
<transport
="MPI"
fname=
"outsingle.bp"
>
options to MPI transport
</transport>
<transport
="MPI"
fname=
"outsingle.bp"
>
options to MPI transport
</transport>
<!--
FIXME: how do we specify two output file names?
-->
<!--
filenames overwrite the value provided in Open() call
-->
</method>
</method>
<!-- Same as above but we can name the method separately from group name.
<!-- Same as above but we can name the method separately from group name.
...
@@ -115,6 +115,9 @@
...
@@ -115,6 +115,9 @@
Each write call needs to add an extra argument to identify the variable's group
Each write call needs to add an extra argument to identify the variable's group
-->
-->
<method
name=
"groupless"
transport=
"POSIX"
>
options to transport
</method>
<method
name=
"groupless"
transport=
"POSIX"
>
options to transport
</method>
<method
name=
"groupless"
>
<transport
="POSIX"
>
options to POSIX transport
</transport>
</method>
<!-- Global options for ADIOS that are not tied to a specific method -->
<!-- Global options for ADIOS that are not tied to a specific method -->
<options>
verbose=2
</options>
<options>
verbose=2
</options>
...
...
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