mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added install information to documentation
This commit is contained in:
parent
47fbf8282e
commit
1ee5e56c6a
1 changed files with 5 additions and 4 deletions
|
|
@ -148,8 +148,8 @@ Prerequisites
|
|||
.. important::
|
||||
|
||||
If you are building HDF5 version 1.8.x or earlier, you must include
|
||||
``--enable-fortran2003`` when configuring HDF5 or else OpenMC will not
|
||||
be able to compile.
|
||||
``--enable-fortran2003`` as well when configuring HDF5 or else OpenMC
|
||||
will not be able to compile.
|
||||
|
||||
.. admonition:: Optional
|
||||
:class: note
|
||||
|
|
@ -416,7 +416,8 @@ Prerequisites
|
|||
The Python API works with Python 3.4+. In addition to Python itself, the API
|
||||
relies on a number of third-party packages. All prerequisites can be installed
|
||||
using Conda_ (recommended), pip_, or through the package manager in most Linux
|
||||
distributions.
|
||||
distributions. To run simulations in parallel using MPI, it is recommended to
|
||||
build mpi4py, hdf5, h5py from source, in that order, using the same compilers.
|
||||
|
||||
.. admonition:: Required
|
||||
:class: error
|
||||
|
|
@ -455,7 +456,7 @@ distributions.
|
|||
`mpi4py <http://mpi4py.scipy.org/>`_
|
||||
mpi4py provides Python bindings to MPI for running distributed-memory
|
||||
parallel runs. This package is needed if you plan on running depletion
|
||||
simulations in parallel using MPI.
|
||||
simulations.
|
||||
|
||||
`Cython <http://cython.org/>`_
|
||||
Cython is used for resonance reconstruction for ENDF data converted to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue