|
guanaqo
1.0.0-alpha.24
Utilities for scientific software
|
OpenMP helpers.
Definition in file openmp.h.
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. | |