19#ifndef __stir_num_threads_h__
20#define __stir_num_threads_h__
basic configuration include file
void set_default_num_threads()
set current number of threads to the default
Definition num_threads.cxx:88
int get_default_num_threads()
Get default number of threads.
Definition num_threads.cxx:70
int get_max_num_threads()
Get current maximum number of threads.
Definition num_threads.cxx:33
void set_num_threads(const int num_threads)
Set current number of threads.
Definition num_threads.cxx:43