Tomographer  v5.2
Tomographer C++ Framework Documentation
Tomographer::MultiProc::OMP Namespace Reference

Definitions for multitasking using OpenMP multithreading. More...

Classes

class  TaskDispatcher
 Dispatches tasks to parallel threads using OpenMP. More...
 
class  ThreadSanitizerLogger
 Wrapper logger to call non-thread-safe loggers from a multithreaded environment. More...
 

Functions

template<typename TaskType_ , typename TaskCData_ , typename LoggerType_ , typename TaskCountIntType_ = int>
TaskDispatcher< TaskType_, TaskCData_, LoggerType_, TaskCountIntType_ > makeTaskDispatcher (TaskCData_ *pcdata_, LoggerType_ &logger_, TaskCountIntType_ num_total_runs_, TaskCountIntType_ n_chunk_=1)
 Create an OMP task dispatcher. Useful if you want C++'s template argument deduction mechanism.
 

Detailed Description

Definitions for multitasking using OpenMP multithreading.