CbmRoot
Loading...
Searching...
No Matches
OpenMP.h File Reference
#include "BuildInfo.h"
Include dependency graph for OpenMP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbm
 
namespace  cbm::algo
 
namespace  cbm::algo::openmp
 

Macros

#define CBM_PRAGMA(...)
 
#define CBM_PARALLEL_FOR(...)
 
#define CBM_PARALLEL(...)
 
#define CBM_OMP(...)
 

Functions

int cbm::algo::openmp::GetMaxThreads ()
 
int cbm::algo::openmp::GetThreadNum ()
 
int cbm::algo::openmp::GetNumThreads ()
 
void cbm::algo::openmp::SetNumThreads (int)
 

Macro Definition Documentation

◆ CBM_OMP

◆ CBM_PARALLEL

◆ CBM_PARALLEL_FOR

◆ CBM_PRAGMA

#define CBM_PRAGMA ( ...)
Value:
_Pragma(#__VA_ARGS__)

Definition at line 13 of file OpenMP.h.