next up previous
Next: Selecting whether to build Up: Configuring, Building, and Testing Previous: Requirements - Important: Read

Configuration

Spheral++ uses a fairly standard autoconf based build system originally provided by Martin Casado. Executing this system consists of running the following commands in the spheral/src directory:
./boot
./configure <options>
configure has many options, which can be listed with the command
./configure --help
The options you will most likely need to set are whether to build the MPI parallel enabled version of Spheral++, the compiler choices, optimization level, and whether or not you want the Design By Contract (DBC) correctness testing enabled.



Subsections

Mike Owen 2006-09-13