Skip to content

Commit

Permalink
Merge pull request #521 from gonuke/doc_fix
Browse files Browse the repository at this point in the history
fix MOAB options for v5.0
  • Loading branch information
ljacobson64 authored Dec 19, 2017
2 parents d3523b5 + 542e1ab commit 540cb6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions doc/install/dag-mcnp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ supported versions of MCNP5 are 5.1.40, 5.1.51, 5.1.60

$ cd mcnp/mcnp5
$ cp -r <path_to_dvd>/MCNP5/Source .
$ chmod -R u+rw Source
$ patch -p0 < patch/dagmc.5.1.60.patch

Currently supported versions of MCNP6 are 6_beta2, 6.1, and 6.1.1beta.
::

$ cd mcnp/mcnp6
$ cp -r <path_to_dvd>/MCNP6/Source .
$ chmod -R u+rw Source
$ patch -p0 < patch/dagmc.6.1.1beta.patch

Assuming the patch or patches were succesfully applied, i.e. there were no
Expand Down
12 changes: 4 additions & 8 deletions doc/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,11 @@ commands can be used to download MOAB from its `source repository
$ ln -s moab src

If you have followed the source install route, then the following commands
should be used to build MOAB. Note that the ``--enable-dagmc`` configure option
is required.
should be used to build MOAB.
::

$ cd bld
$ ../src/configure --enable-dagmc \
--enable-optimize \
$ ../src/configure --enable-optimize \
--enable-shared \
--disable-debug \
--with-hdf5=$HOME/dagmc_bld/HDF5 \
Expand All @@ -93,13 +91,11 @@ is required.
$ make install

If you have followed the package manager install route, then the following
commands should be used to build MOAB. Note that the ``--enable-dagmc``
configure option is required.
commands should be used to build MOAB.
::

$ cd bld
$ ../src/configure --enable-dagmc \
--enable-optimize \
$ ../src/configure --enable-optimize \
--enable-shared \
--disable-debug \
--with-hdf5 \
Expand Down

0 comments on commit 540cb6e

Please sign in to comment.