Write separate track files for multiple MPI ranks

This commit is contained in:
Paul Romano 2022-05-18 09:33:57 -04:00
parent b741516279
commit b786ad4c9f
3 changed files with 60 additions and 1 deletions

View file

@ -114,6 +114,17 @@ tallies. The path to the statepoint file can be provided as an optional arugment
.. _scripts_track:
------------------------
``openmc-track-combine``
------------------------
This script combines multiple HDF5 :ref:`particle track files
<usersguide_track>` into a single HDF5 particle track file. The filenames of the
particle track files should be given as posititional arguments. The output
filename can also be changed with the ``-o`` flag:
-o OUT, --out OUT Output HDF5 particle track file
-----------------------
``openmc-track-to-vtk``
-----------------------