Skip to content
Snippets Groups Projects
Commit c254cadc authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

update solidfluid example

parent ecf44402
No related branches found
No related tags found
1 merge request!8Integrate groupless
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment