Tomographer  v2.0
Tomographer C++ Framework Documentation
Tomographer::MultiProc Namespace Reference

Definitions for multi-processing classes and helpers. More...

Namespaces

 OMP
 Definitions for multitasking using OpenMP multithreading.
 

Classes

struct  FullStatusReport
 A complete status report, abstract version. More...
 
struct  TaskStatusReport
 Basic status report class. More...
 

Detailed Description

Definitions for multi-processing classes and helpers.

This namespace encompasses classes and functions allowing to dispatch and process several tasks simultaneously.

Currently, only an OpenMP implementation is provided, see MultiProc::OMP and MultiProc::OMP::TaskDispatcher.