Changes between Version 2 and Version 3 of BearclawMakefile


Ignore:
Timestamp:
02/03/13 15:32:48 (12 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • BearclawMakefile

    v2 v3  
    55Important flags relating to the compilation of AstroBEAR can be found in Makefile.inc. Generic compilation flags such as optimization and debugging are found here. Two AstroBEAR-specific flags are located here as well:
    66
    7  * HYPREFLAG ("0" or "1"): This flag determines whether the code will attempt to compile with the additional libraries needed to include the [wiki:CodeExplanation#SolvingEllipticEquations HYPRE linear solver suite]. Some users may have no need of the HYPRE solver and this flag allows them to compile AstroBEAR without the additional task of compiling HYPRE on their system.
     7 * HYPREFLAG ("0" or "1"): This flag determines whether the code will attempt to compile with the additional libraries needed to include the HYPRE linear solver suite. Some users may have no need of the HYPRE solver and this flag allows them to compile AstroBEAR without the additional task of compiling HYPRE on their system.
    88
    99 * SVNFLAG ("no" or "yes"): This flag determines how much information about the source code is included at compilation, accessible via command-line arguments to the executable. More information is available [CommandLineOptions here]. Default is "no," as the option noticeably increases compilation time and executable size, and the full documentation invoked by "yes" is rarely required.