From 0a8454d7f7ded14cdfc19512ba0366ec00184ea6 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 13 Jan 2023 12:08:26 +0700 Subject: [PATCH] Mention MCPL in optional dependencies --- docs/source/usersguide/install.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 537dda824..899e16506 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -271,6 +271,16 @@ Prerequisites cmake -DOPENMC_USE_DAGMC=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation .. + * MCPL_ library for reading and writing .mcpl files + + This option allows OpenMC to read and write MCPL (Monte Carlo Particle + Lists) files instead of .h5 files for sources (external source + distribution, k-eigenvalue source distribution, and surface sources). To + turn this option on in the CMake configuration step, add the following + option: + + cmake -DOPENMC_USE_MCPL=on .. + * NCrystal_ library for defining materials with enhanced thermal neutron transport Adding this option allows the creation of materials from NCrystal, which @@ -305,6 +315,7 @@ Prerequisites .. _MOAB: https://bitbucket.org/fathomteam/moab .. _libMesh: https://libmesh.github.io/ .. _libpng: http://www.libpng.org/pub/png/libpng.html +.. _MCPL: https://github.com/mctools/mcpl .. _NCrystal: https://github.com/mctools/ncrystal Obtaining the Source