The output from configure -h needs to be cleaned up. Currently, the only options that are supported and are known to work are -d, -D, and -r8.
configure -h
usage: configure [-d|-D|-s|-f|-os os|-mach mach|-time timecommand] [chem] [kpp]
-d build with debugging information and no optimization
-D build with -d AND floating traps, traceback, uninitialized variables
-r8 build with 8 byte reals
The usage line needs to be cut down to something that includes no more than this (if even all of these options):
The output from
configure -h
needs to be cleaned up. Currently, the only options that are supported and are known to work are -d, -D, and -r8.The
usage
line needs to be cut down to something that includes no more than this (if even all of these options):