From 5c7e8a9cf83f027cc9c5f5e15aedbabd7fc5f79c Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sun, 2 Dec 2018 19:44:59 -0600 Subject: [PATCH] Adding a dagmc note in the CMake options list. --- docs/source/usersguide/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 4ab66ff0b..116938f65 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -247,6 +247,10 @@ openmp Enables shared-memory parallelism using the OpenMP API. The Fortran compiler being used must support OpenMP. (Default: on) +dagmc + Enables use of CAD-based DAGMC_ geometries. Please see the note about DAGMC in + the optional dependencies list for more information on this feature.(Default: off) + coverage Compile and link code instrumented for coverage analysis. This is typically used in conjunction with gcov_.