Sandia Home Sandia Home
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Configure Options

The following detail the configure options for APPSPACK. A complete list of configure options can be generated by typing configure --help. See also Configuration, Compilation, and Installation.

Influential Environmental Variables

Basic Configure Options

MPI Configure Options

MPI is not enabled by default; it must be enabled by specifying appropriate configure options.

Enabling MPI has the following effects.

  1. Configure will test for the ability to preprocess the MPI header file. It will also test the ability to link with MPI (unless the --disable-executables configure option is specified).

  2. Defines HAVE_MPI in the APPSPACK_Config.hpp file that is created by configure.

  3. Portions of the APPSPACK library that depends on MPI will then function correctly. This includes the APPSPACK::GCI wrapper for MPI commands, the APPSPACK::Executor::MPI, and pack/unpack functions for the APPSPACK::Parameter objects.

  4. The MPI executable will be compiled (unless the --disable-executables configure option is specified); see Using the APPSPACK Executables.

MPI can be enabled by using one of the three options below.

Turning the Executables On or Off

Installation-Related Configure Options

 

© Sandia Corporation | Site Contact | Privacy and Security

Generated on Wed Dec 14 18:41:05 2005 for APPSPACK 4.0.2 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2002