Mackey  V3.3
A C++ library for computing RO(G) graded homology
OpenMP_Macros.hpp File Reference

Contains open MP macros that enable and control multithreading. More...

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

Go to the source code of this file.

Macros

#define MACKEY_RUN_LOOP_PARALLEL
 Macro that does openMP parallel for if MACKEY_USE_OPEN_MP and _OPENMP are both defined, and nothing otherwise. More...
 
#define MACKEY_RUN_BLOCK_SERIAL
 

Detailed Description

Contains open MP macros that enable and control multithreading.

Macro Definition Documentation

◆ MACKEY_RUN_LOOP_PARALLEL

#define MACKEY_RUN_LOOP_PARALLEL

Macro that does openMP parallel for if MACKEY_USE_OPEN_MP and _OPENMP are both defined, and nothing otherwise.

◆ MACKEY_RUN_BLOCK_SERIAL

#define MACKEY_RUN_BLOCK_SERIAL