mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
corrected install docs with new dagmc and libmess flags
This commit is contained in:
parent
62bb9ebf99
commit
0e79264e7f
1 changed files with 2 additions and 2 deletions
|
|
@ -252,7 +252,7 @@ Prerequisites
|
|||
In addition to turning this option on, the path to the DAGMC installation
|
||||
should be specified as part of the ``CMAKE_PREFIX_PATH`` variable::
|
||||
|
||||
cmake -Ddagmc=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation
|
||||
cmake -DOPENMC_USE_DAGMC=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation
|
||||
|
||||
* libMesh_ mesh library framework for numerical simulations of partial differential equations
|
||||
|
||||
|
|
@ -263,7 +263,7 @@ Prerequisites
|
|||
installation should be specified as part of the ``CMAKE_PREFIX_PATH``
|
||||
variable.::
|
||||
|
||||
CXX=mpicxx cmake -Dlibmesh=on -DCMAKE_PREFIX_PATH=/path/to/libmesh/installation
|
||||
CXX=mpicxx cmake -DOPENMC_USE_LIBMESH=on -DCMAKE_PREFIX_PATH=/path/to/libmesh/installation
|
||||
|
||||
Note that libMesh is most commonly compiled with MPI support. If that
|
||||
is the case, then OpenMC should be compiled with MPI support as well.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue