1UNRECOGNISED(1) User Commands UNRECOGNISED(1)
2
3
4
6 unrecognised - parser
7
9 ixion-parser [options] FILE1 FILE2 ...
10
12 The FILE must contain the definitions of cells according to the cell
13 definition rule.
14
15 Allowed options:
16 -h [ --help ]
17 Print this help.
18
19 -t [ --thread ] arg
20 Specify the number of threads to use for calculation. Note that
21 the number specified by this option corresponds with the number
22 of calculation threads i.e. those child threads that perform
23 cell interpretations. The main thread does not perform any cal‐
24 culations; instead, it creates a new child thread to manage the
25 calculation threads, the number of which is specified by the
26 arg. Therefore, the total number of threads used by this program
27 will be arg + 1.
28
29 Allowed options:
30 -h [ --help ]
31 Print this help.
32
33 -t [ --thread ] arg
34 Specify the number of threads to use for calculation. Note that
35 the number specified by this option corresponds with the number
36 of calculation threads i.e. those child threads that perform
37 cell interpretations. The main thread does not perform any cal‐
38 culations; instead, it creates a new child thread to manage the
39 calculation threads, the number of which is specified by the
40 arg. Therefore, the total number of threads used by this program
41 will be arg + 1.
42
43
44
45libixion 0.18.1 August 2023 UNRECOGNISED(1)