Skip to content
Snippets Groups Projects
Commit 69c3f6b1 authored by Robert K's avatar Robert K
Browse files

Use preproc variable defined in ThreadManager.

parent 7a8d2056
No related branches found
No related tags found
1 merge request!4Latest features added to dune-fem-dg.
Pipeline #12305 failed
......@@ -62,7 +62,7 @@ namespace Fem
class AdaptationHandlerFunctionSpaceImp = typename DiscreteFunctionImp::DiscreteFunctionSpaceType::FunctionSpaceType,
bool enableThreaded =
// static cmake variables provided by dune-fem
#if USE_PTHREADS || USE_OPENMP
#ifdef USE_SMP_PARALLEL
true
#else
false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment