source: git/Singular/Singular.man @ 584b82

fieker-DuValspielwiese
Last change on this file since 584b82 was 33e2cea, checked in by Hans Schoenemann <hannes@…>, 2 years ago
re-generate Singular.man
  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[33e2cea]1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.5.
2.TH SINGULAR "1" "2022" "Singular" "User Commands"
[2c20d8]3.SH NAME
[33e2cea]4Singular \- manual page for Singular for version 4.x.x
[2c20d8]5.SH DESCRIPTION
[33e2cea]6.SS "Singular -- a Computer Algebra System (CAS) for polynomial computations."
[edf666]7.SS "ESingular: starts-up Singular within emacs."
8.SS "TSingular: starts-up Singular within a new terminal"
[33e2cea]9.SH SYNOPSIS
[2c20d8]10.B \&Singular [options] [file1 [file2 ...]]
11
12.B \&ESingular [options] [file1 [file2 ...]]
13
14.B \&TSingular [options] [file1 [file2 ...]]
15
16.SH OPTIONS
17.TP
18\fB\-b\fR \fB\-\-batch\fR
[33e2cea]19Run in batch mode (requires \fB\-\-link\fR/\-\-MPhost/\-\-MPport)
[2c20d8]20.TP
[33e2cea]21\fB\-c\fR \fB\-\-execute\fR=\fI\,STRING\/\fR
[2c20d8]22Execute STRING on start\-up
23.TP
24\fB\-d\fR \fB\-\-sdb\fR
25Enable source code debugger (experimental)
26.TP
[33e2cea]27\fB\-e\fR \fB\-\-echo\fR[=\fI\,VAL\/\fR]
[2c20d8]28Set value of variable `echo' to (integer) VAL
29.TP
30\fB\-h\fR \fB\-\-help\fR
31Print help message and exit
32.TP
[33e2cea]33\fB\-p\fR \fB\-\-profile\fR
34Collect profiling data in smon.out
35.TP
[2c20d8]36\fB\-q\fR \fB\-\-quiet\fR
37Do not print start\-up banner and lib load messages
38.TP
[33e2cea]39\fB\-r\fR \fB\-\-random\fR=\fI\,SEED\/\fR
40Seed random generator with (integer) SEED
[2c20d8]41.TP
42\fB\-t\fR \fB\-\-no\-tty\fR
43Do not redefine the terminal characteristics
44.TP
[33e2cea]45\fB\-u\fR \fB\-\-user\-option\fR=\fI\,STRING\/\fR
[2c20d8]46Return STRING on `system("\-\-user\-option")'
47.TP
48\fB\-v\fR \fB\-\-version\fR
49Print extended version and configuration info
50.TP
[edf666]51\fB\-\-allow\-net\fR
[5467fb]52Allow one to fetch (html) help pages from the net
[2c20d8]53.TP
[33e2cea]54\fB\-\-browser\fR=\fI\,BROWSER\/\fR
55Display help in BROWSER (see help.cnf)
[4d80e2b]56.TP
[33e2cea]57\fB\-\-cntrlc\fR[=\fI\,CHAR\/\fR]
58Automatic answer for CTRL\-C prompt
[2c20d8]59.TP
[edf666]60\fB\-\-emacs\fR
[2c20d8]61Set defaults for running within emacs
62.TP
[33e2cea]63\fB\-\-log\fR=\fI\,LOGFILE\/\fR
[ddf6cf]64Log all input to LOGFILE.*
[7a25384]65.TP
[edf666]66\fB\-\-no\-stdlib\fR
[2c20d8]67Do not load `standard.lib' on start\-up
68.TP
[edf666]69\fB\-\-no\-rc\fR
[2c20d8]70Do not execute `.singularrc' file(s) on start\-up
71.TP
[edf666]72\fB\-\-no\-warn\fR
[2c20d8]73Do not display warning messages
74.TP
[edf666]75\fB\-\-no\-out\fR
[2c20d8]76Suppress all output
77.TP
[f4f1c1e]78\fB\-\-no\-shell\fR
[33e2cea]79Restricted mode: prohibit shell escape commands and links
[f4f1c1e]80.TP
[33e2cea]81\fB\-\-min\-time\fR=\fI\,SECS\/\fR
[2c20d8]82Do not display times smaller than SECS (in seconds)
83.TP
[33e2cea]84\fB\-\-cpus=\fR#CPUs
85maximal number of CPUs to use
86.TP
87\fB\-\-threads=\fR#threads
88maximal number of CPUs to use for threads
89.HP
90\fB\-\-flint\-threads=\fR#flintthreads maximal number of threads to use in flint library
91.TP
92\fB\-\-MPport\fR=\fI\,PORT\/\fR
[0158c8]93Use PORT number for connections
[2c20d8]94.TP
[33e2cea]95\fB\-\-MPhost\fR=\fI\,HOST\/\fR
[0158c8]96Use HOST for connections
[2c20d8]97.TP
[33e2cea]98\fB\-\-link\fR=\fI\,LINK\/\fR
99Use LINK for connections
[edf666]100.TP
[33e2cea]101\fB\-\-ticks\-per\-sec\fR=\fI\,TICKS\/\fR
[edf666]102Sets unit of timer to TICKS per second
[4d80e2b]103.TP
[33e2cea]104\fB\-\-dump\-versiontuple\fR
105Display the version\-tuple and exit
[2c20d8]106.PP
107For more information, type `help;' from within Singular or visit
[d36c18]108https://www.singular.uni\-kl.de or consult the
[2c20d8]109Singular manual (available as on\-line info or html manual).
110.SH "SEE ALSO"
111The full documentation for
112.B Singular
[edf666]113is maintained as a Texinfo manual.
Note: See TracBrowser for help on using the repository browser.