Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CERN ROOT
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rutherford Experiment Lab Course Online
CERN ROOT
Commits
0b0a5602
"git@gitlab.ep1.rub.de:pwa/Pawian.git" did not exist on "ac33fe6a45b6b4985812457057e140f4ea35a188"
Commit
0b0a5602
authored
4 years ago
by
Xavier Valls Pla
Browse files
Options
Downloads
Patches
Plain Diff
set TBB_PREVIEW_GLOBAL_CONTROL for older tbb versions
parent
bbed601b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/imt/src/RTaskArena.cxx
+1
-0
1 addition, 0 deletions
core/imt/src/RTaskArena.cxx
core/imt/src/TThreadExecutor.cxx
+2
-0
2 additions, 0 deletions
core/imt/src/TThreadExecutor.cxx
with
3 additions
and
0 deletions
core/imt/src/RTaskArena.cxx
+
1
−
0
View file @
0b0a5602
...
...
@@ -6,6 +6,7 @@
#include
<mutex>
#include
<thread>
#include
"tbb/task_arena.h"
#define TBB_PREVIEW_GLOBAL_CONTROL 1 // required for TBB versions preceding 2019_U4
#include
"tbb/global_control.h"
//////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
core/imt/src/TThreadExecutor.cxx
+
2
−
0
View file @
0b0a5602
...
...
@@ -4,6 +4,8 @@
#pragma GCC diagnostic ignored "-Wshadow"
#endif
#include
"tbb/tbb.h"
#define TBB_PREVIEW_GLOBAL_CONTROL 1 // required for TBB versions preceding 2019_U4
#include
"tbb/global_control.h"
#if !defined(_MSC_VER)
#pragma GCC diagnostic pop
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment