Skip to content

Commit

Permalink
Fix bulleted list in IO Docs. (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
kngott committed Jul 29, 2021
1 parent fbdf1d0 commit b87ec0a
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Docs/sphinx_documentation/source/IO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,19 @@ files, THREAD_MULTIPLE must be turned on by adding
will throw an error.

Async Output works for a wide range of AMReX calls, including:
* amrex::WriteSingleLevelPlotfile()
* amrex::WriteMultiLevelPlotfile()
* amrex::WriteMLMF()
* VisMF::AsyncWrite()
* ParticleContainer::Checkpoint()
* ParticleContainer::WritePlotFile()
* Amr::writePlotFile()
* Amr::writeSmallPlotFile()
* Amr::checkpoint()
* AmrLevel::writePlotFile()
* StateData::checkPoint()
* FabSet::write()

* ``amrex::WriteSingleLevelPlotfile()``
* ``amrex::WriteMultiLevelPlotfile()``
* ``amrex::WriteMLMF()``
* ``VisMF::AsyncWrite()``
* ``ParticleContainer::Checkpoint()``
* ``ParticleContainer::WritePlotFile()``
* ``Amr::writePlotFile()``
* ``Amr::writeSmallPlotFile()``
* ``Amr::checkpoint()``
* ``AmrLevel::writePlotFile()``
* ``StateData::checkPoint()``
* ``FabSet::write()``

Be aware: when using Async Output, a thread is spawned and exclusively used
to perform output throughout the runtime. As such, you may oversubscribe
Expand Down

0 comments on commit b87ec0a

Please sign in to comment.