summaryrefslogtreecommitdiff
path: root/debian/open-axiom.1
blob: 5a6f71882a45b02b0eda85630c7cbf5507cb8820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
.TH OPENAXIOM "1" "August 2011" "OpenAxiom 1.5.0-2011-07-07" "The open scientific computation platform"
.SH NAME
OpenAxiom \- open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences
.SH SYNOPSIS
.B open-axiom
[\fIoptions\fR] [\fIfile\fR]
.SH DESCRIPTION
.SS "General options:"
.TP
\fB\-\-help\fR
Print this information and exit.
.TP
\fB\-\-version\fR
Print OpenAxiom version and exit.
.TP
\fB\-\-script\fR
Execute the file argument as a Spad script.
If specified, this option should be last before file argument.
.TP
\fB\-\-compile\fR
Invoke the compiler on the file argument.
If specified, this option should be last before file argument.
.TP
\fB\-\-server\fR
Start the Superman as master process.
.TP
\fB\-\-no\-server\fR
Do not start Superman as master process.
.SS "Superman options:"
.TP
\fB\-\-no\-gui\fR
Do not start the Graphics or HyperDoc components.
.TP
\fB\-\-graph\fR
Start the Graphics component.  This option is meaningful
only if OpenAxiom was built with graphics support.
.TP
\fB\-\-no\-graph\fR
Do not start the Graphics component.
.TP
\fB\-\-hyperdoc\fR
Start the HyperDoc component.  This option is meaningful
only if OpenAxiom was built with graphics support.
.TP
\fB\-\-no\-hyperdoc\fR
Do not start the HyperDoc component.
.TP
\fB\-\-execute\fR cmd args
execute `cmd' with arguments `args'
.SS "Compiler options:"
.TP
\fB\-\-optimize=\fR<n>
Set compiler optimization level to <n>, a natural number.
.PP
If invoked without options and without an input file OpenAxiom will start as an interative program with Superman as the master process, the majority of uses.  If invoked with a file as single argument, OpenAxiom assumes the file is a Spad script and will attempt to execute it as such.
.PP
Submit bug report to open\-axiom\-bugs@lists.sf.net