Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
Definitions for multi-processing classes and helpers. More...
Namespaces | |
OMP | |
Definitions for multitasking using OpenMP multithreading. | |
Classes | |
struct | StatusReport |
Basic status report class. More... | |
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.