GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
nproc-wrapper.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  octave_nproc_query { OCTAVE_NPROC_ALL, OCTAVE_NPROC_CURRENT, OCTAVE_NPROC_CURRENT_OVERRIDABLE }
 

Functions

unsigned long int octave_num_processors_wrapper (enum octave_nproc_query)
 

Enumeration Type Documentation

◆ octave_nproc_query

Enumerator
OCTAVE_NPROC_ALL 
OCTAVE_NPROC_CURRENT 
OCTAVE_NPROC_CURRENT_OVERRIDABLE 

Definition at line 30 of file nproc-wrapper.h.

Function Documentation

◆ octave_num_processors_wrapper()

unsigned long int octave_num_processors_wrapper ( enum  octave_nproc_query)