1SINGULAR(1) User Commands SINGULAR(1)
2
3
4
6 Singular - manual page for Singular for version 4.x.x
7
9 Singular -- a Computer Algebra System (CAS) for polynomial computations.
10 ESingular: starts-up Singular within emacs.
11 TSingular: starts-up Singular within a new terminal
13 Singular [options] [file1 [file2 ...]]
14
15 ESingular [options] [file1 [file2 ...]]
16
17 TSingular [options] [file1 [file2 ...]]
18
19
21 -b --batch
22 Run in batch mode (requires --link/--MPhost/--MPport)
23
24 -c --execute=STRING
25 Execute STRING on start-up
26
27 -d --sdb
28 Enable source code debugger (experimental)
29
30 -e --echo[=VAL]
31 Set value of variable `echo' to (integer) VAL
32
33 -h --help
34 Print help message and exit
35
36 -p --profile
37 Collect profiling data in smon.out
38
39 -q --quiet
40 Do not print start-up banner and lib load messages
41
42 -r --random=SEED
43 Seed random generator with (integer) SEED
44
45 -t --no-tty
46 Do not redefine the terminal characteristics
47
48 -u --user-option=STRING
49 Return STRING on `system("--user-option")'
50
51 -v --version
52 Print extended version and configuration info
53
54 --allow-net
55 Allow one to fetch (html) help pages from the net
56
57 --browser=BROWSER
58 Display help in BROWSER (see help.cnf)
59
60 --cntrlc[=CHAR]
61 Automatic answer for CTRL-C prompt
62
63 --emacs
64 Set defaults for running within emacs
65
66 --log=LOGFILE
67 Log all input to LOGFILE.*
68
69 --no-stdlib
70 Do not load `standard.lib' on start-up
71
72 --no-rc
73 Do not execute `.singularrc' file(s) on start-up
74
75 --no-warn
76 Do not display warning messages
77
78 --no-out
79 Suppress all output
80
81 --no-shell
82 Restricted mode: prohibit shell escape commands and links
83
84 --min-time=SECS
85 Do not display times smaller than SECS (in seconds)
86
87 --cpus=#CPUs
88 maximal number of CPUs to use
89
90 --threads=#threads
91 maximal number of CPUs to use for threads
92
93 --flint-threads=#flintthreads maximal number of threads to use in flint
94 library
95
96 --MPport=PORT
97 Use PORT number for connections
98
99 --MPhost=HOST
100 Use HOST for connections
101
102 --link=LINK
103 Use LINK for connections
104
105 --ticks-per-sec=TICKS
106 Sets unit of timer to TICKS per second
107
108 --dump-versiontuple
109 Display the version-tuple and exit
110
111 For more information, type `help;' from within Singular or visit
112 https://www.singular.uni-kl.de or consult the Singular manual (availā
113 able as on-line info or html manual).
114
116 The full documentation for Singular is maintained as a Texinfo manual.
117
118
119
120Singular 2022 SINGULAR(1)