File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ Prerequisites
269269 In addition to turning this option on, the path to the DAGMC installation
270270 should be specified as part of the ``CMAKE_PREFIX_PATH `` variable::
271271
272- cmake -DOPENMC_USE_DAGMC=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation
272+ cmake -DOPENMC_USE_DAGMC=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation ..
273273
274274 * libMesh _ mesh library framework for numerical simulations of partial differential equations
275275
@@ -280,7 +280,7 @@ Prerequisites
280280 installation should be specified as part of the ``CMAKE_PREFIX_PATH ``
281281 variable.::
282282
283- cmake -DOPENMC_USE_LIBMESH=on -DOPENMC_USE_MPI=on -DCMAKE_PREFIX_PATH=/path/to/libmesh/installation
283+ cmake -DOPENMC_USE_LIBMESH=on -DOPENMC_USE_MPI=on -DCMAKE_PREFIX_PATH=/path/to/libmesh/installation ..
284284
285285 Note that libMesh is most commonly compiled with MPI support. If that
286286 is the case, then OpenMC should be compiled with MPI support as well.
You can’t perform that action at this time.
0 commit comments