1 |
.TH ASCEND 1 "April 21, 2007" ascend "User's Manual" |
2 |
.SH NAME |
3 |
ascend-config \- Output configuration data for ASCEND |
4 |
|
5 |
.SH SYNOPSIS |
6 |
.B ascend-config [--help,...] |
7 |
|
8 |
Options: |
9 |
--version show program's version number and exit |
10 |
-h, --help show this help message and exit |
11 |
--libs show linker flags (for ASCEND libraries) |
12 |
--cppflags show C pre-processor flags (for ASCEND h |
13 |
--data show location of ASCEND data files |
14 |
--models show location of ASCEND model library |
15 |
|
16 |
.SH DESCRIPTION |
17 |
|
18 |
\fBascend-config\fR can be used when building packages that depend |
19 |
on ASCEND, ensuring that you are using the correct C preprocessor or |
20 |
library linking flags for the particular system you're on. |
21 |
|
22 |
\fBASCEND\fR (or \fBascend\fR) is modelling program that allows you |
23 |
to solve systems of equations. You write model files (*.a4c) that describe |
24 |
your system of equations, then you load them into the ASCEND GUI and examine |
25 |
and solve your equations. For more information see the ASCEND wiki at |
26 |
|
27 |
http://ascendwiki.cheme.cmu.edu/ |
28 |
|