guanaqo 1.0.0-alpha.27
Utilities for scientific software
Loading...
Searching...
No Matches
openmp.h File Reference

Detailed Description

OpenMP helpers.

Definition in file openmp.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.

Macros

#define GUANAQO_OMP(X)
 Emit the OpenMP pragma X if OpenMP is enabled.
#define GUANAQO_OMP_IF_ELSE(X, Y)
 Emit X if OpenMP is enabled, otherwise emit Y.
#define GUANAQO_OMP_IF(X)
 Emit X if OpenMP is enabled, otherwise emit nothing.