Stride Reference Manual  1.0
unipar.h
Go to the documentation of this file.
1 #pragma once
2 // This file is just to regulate the usage of unipar in the rest of the project.
3 // The files in util/unipar/ basically form their own library in their own namespace.
4 
5 #include "unipar/pick_choices.h"
6 
7 #ifndef UNIPAR_IMPL
8 #define UNIPAR_IMPL UNIPAR_DUMMY
9 #endif
10 
11 // We should have already picked one
12 //#define UNIPAR_IMPL UNIPAR_OPENMP
13 #include "unipar/pick.h"
14 
15 namespace stride {
17 }
Time Dependent Person DataType.
Definition: NoBehaviour.h:17
unipar::Parallel Parallel
Definition: unipar.h:16