NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
NOX Configuration Options

Here is a list and explanation of NOX specific configuration options. See the Trilinos User Guide for general options supported by all packages in Trilinos.

To get a complete list of all configure options supported by NOX and LOCA do the following:

$ cd $BUILD_DIR
$ rm CMakeCache.txt
$ cmake -LAH -D Trilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
$TRILINOS_HOME
NOTE: You can also just look at the text file CMakeCache.txt after
configure which gets created in the build directory and has all of the
cache variables and documentation.

Basic Options

LAPACK-Related Options

Epetra-Related Options

Thyra-Related Options

PETSc-Related Options

LOCA-Related Options

Developer-Related Options