HiRep 0.1
Loading...
Searching...
No Matches
hr_omp.h File Reference

OpenMP reduction operations for HiRep. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _DO_PRAGMA(s)
 
#define _OMP_PRAGMA(s)
 
#define hr_threadId()
 
#define _OMP_BARRIER   _OMP_PRAGMA(barrier)
 
#define _OMP_PARALLEL_FOR
 

Detailed Description

OpenMP reduction operations for HiRep.

Macro Definition Documentation

◆ _DO_PRAGMA

#define _DO_PRAGMA ( s)
Value:
_Pragma(#s)

◆ _OMP_PARALLEL_FOR

#define _OMP_PARALLEL_FOR
Value:
_OMP_PRAGMA(_omp_parallel) \
_OMP_PRAGMA(_omp_for)

◆ hr_threadId

#define hr_threadId ( )
Value:
((int)(0))