Stride Reference Manual
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
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
{
16
using
Parallel
=
unipar::Parallel
;
17
}
pick_choices.h
stride
Time Dependent Person DataType.
Definition:
NoBehaviour.h:17
stride::Parallel
unipar::Parallel Parallel
Definition:
unipar.h:16
pick.h
main
cpp
util
unipar.h
Generated on Tue Jun 27 2017 15:37:21 for Stride Reference Manual by
1.8.11