<< license | core | namelengthmax >> |
T = maxNumCompThreads() |
PREVIOUS_T = maxNumCompThreads(T) |
PREVIOUS_T = maxNumCompThreads('automatic') |
an integer value: number of threads used by Nelson for computations.
an integer value: number of threads used by Nelson for computations.
an integer value: previous number of threads used by Nelson for computations.
maxNumCompThreads returns the number of threads used by Nelson for computations.
maxNumCompThreads(T) sets the maximum number of computational threads. This modification is only available for current session.
By default, maxNumCompThreads uses OMP_NUM_THREADS environment variable or numbers of detected cores.
maxNumCompThreads
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET