Skip to content

Commit

Permalink
Add advice for streaming instead of writing to file
Browse files Browse the repository at this point in the history
  • Loading branch information
spyridon97 committed Nov 23, 2023
1 parent 60e371e commit 1557b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user_guide/source/advice/advice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ The goal is to provide specific advice and good practices about the use of ADIOS
25. Developers: explore the testing infrastructure ``ADIOS2/testing`` in ADIOS 2 as a starting point for using ADIOS 2 in your own testing environment.

26. Become a super-user of :ref:`bpls : Inspecting Data` to analyze datasets generated by ADIOS 2.

27. When you need to write intermediate results, such as checkpoints, considering streaming your data instead of writing
them to files. Streaming is a powerful feature of ADIOS 2 that can be used to reduce the amount of data written to
disk, which is usually a significant bottleneck for a simulation.

0 comments on commit 1557b04

Please sign in to comment.