Description
This global variable holds a positive integer limiting the number of threads that
Normaliz can access on your system. If you want to run
Normaliz in a strictly serial mode, choose nmzNumberThreads=1. The content of this global variable is ignored unless the option "threads" is enabled.
i1 : nmzNumberThreads=2;
|
i2 : showNmzOptions()
The following options are set:
-f
o2 = stdio
o2 : File
|
i3 : setNmzOption("threads",true);
|
i4 : showNmzOptions()
The following options are set:
-f -x=2
o4 = stdio
o4 : File
|