Macaulay2 » Documentation
Packages » Normaliz :: nmzNumberThreads
next | previous | forward | backward | up | index | toc

nmzNumberThreads -- global variable holding the number of threads

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 
i3 : setNmzOption("threads",true);
i4 : showNmzOptions()
The following options are set:
 -f -x=2 

For the programmer

The object nmzNumberThreads is an integer.