mioomp.h Source File
|
CPP API
|
mioomp.h
Go to the documentation of this file.
int get_num_threads()
Get the current number of OpenMP threads. When OpenMP is disabled, this is always 1.
Definition: mioomp.cpp:36
int get_max_threads()
Get an upper bound to the number of OpenMP threads. When OpenMP is disabled, this is always 1.
Definition: mioomp.cpp:45
int get_thread_id()
Get an id for the current OpenMP thread. When OpenMP is disabled, this is always 0.
Definition: mioomp.cpp:27
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
Generated by