Return the current number of available processors.
If called with the optional argument query, modify how processors are counted as follows:
alltotal number of processors.
currentprocessors available to the current process.
overridablesame as current, but overridable through the
OMP_NUM_THREADS environment variable.
Package: octave