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).
configure --enable-cddlib
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 (APPSPACK_Main_Serial.cpp) src/appspack_mpi (APPSPACK_Main_MPI.cpp) src/libappspack.a cddlib/cddlib.a examples/example1 (example1.c) examples/example2 (example2.cpp) examples/example2a (example2a.cpp) examples/example3 (example3.cpp) examples/example4 (example4.cpp) examples/example5 (example5.cpp)
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, libcdd.a) - /usr/local/lib
![]()
© Sandia Corporation | Site Contact | Privacy and Security
![]()
Generated on Fri Feb 16 10:33:36 2007 for APPSPACK 5.0.1 by
1.3.9.1 written by Dimitri van Heesch,
© 1997-2002