The configuration should be run from the top-level APPSPACK source directory. Here are some common examples of using configure.
configure
configure --with-mpi-compilers
This version uses the MPI compilers (mpicxx or mpiCC, mpicc, and mpif77).
If you do not like the choices that configure makes, you may overide them by using the Configure Options.
make
Depending on the options specified during configure, the compilation creates the following libraries and executables.
src/appspack_serial src/appspack_mpi src/libappspack.a examples/example1 examples/example2 examples/example3
make install
The following files will be installed in the following locations. The locations may be overridden by specifying the appropriate configure options.
/usr/local/include appspack_serial and appspack_mpi) - /usr/local/bin libappspack.a) - /usr/local/lib
![]()
© Sandia Corporation | Site Contact | Privacy and Security
![]()
Generated on Wed Dec 14 18:41:05 2005 for APPSPACK 4.0.2 by
1.3.8 written by Dimitri van Heesch,
© 1997-2002