Macaulay2 Engine
Loading...
Searching...
No Matches
m2tbb.hpp
Go to the documentation of this file.
1#ifndef M2TBB_HPP
2#define M2TBB_HPP
3
28
29// The plan: All uses of TBB go through the following interface.
30
31#include <M2/config.h> // make sure WITH_TBB is set before including mtbb.hpp
32
33#ifndef WITH_TBB
34#define MATHICGB_NO_TBB 1
35#endif
36
37#include "mathicgb/mtbb.hpp"
38
39#endif