Enumerations | |
enum | ParallelFlag { PARALLEL_NONE = 0x000, PARALLEL_PREPROCESS = 0x001, PARALLEL_ASYNC = 0x002, PARALLEL_RANDOMIZE = 0x004, PARALLEL_ATOMICS = 0x008, PARALLEL_ALIGN = 0x010, PARALLEL_PINNED = 0x020, PARALLEL_WC = 0x040, PARALLEL_REDUCE = 0x080, PARALLEL_COMPACT = 0x100 } |
Flags for configuring the solver. More... |
Flags for configuring the solver.
PARALLEL_NONE | |
PARALLEL_PREPROCESS | |
PARALLEL_ASYNC | |
PARALLEL_RANDOMIZE | |
PARALLEL_ATOMICS | |
PARALLEL_ALIGN | |
PARALLEL_PINNED | |
PARALLEL_WC | |
PARALLEL_REDUCE | |
PARALLEL_COMPACT |
Definition at line 23 of file parallel_solver.h.