Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
atlas
Gaudi
Commits
99504bea
Commit
99504bea
authored
7 years ago
by
Charles Leggett
Browse files
Options
Downloads
Plain Diff
Allow AthMpEvtLoopMgr to call ConcurrencyFlags::setNumProcs()
See merge request
!154
parents
95602a77
5658fbc0
No related branches found
No related tags found
1 merge request
!154
Allow AthMpEvtLoopMgr to call ConcurrencyFlags::setNumProcs()
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiKernel/GaudiKernel/ConcurrencyFlags.h
+2
-0
2 additions, 0 deletions
GaudiKernel/GaudiKernel/ConcurrencyFlags.h
with
2 additions
and
0 deletions
GaudiKernel/GaudiKernel/ConcurrencyFlags.h
+
2
−
0
View file @
99504bea
...
...
@@ -8,6 +8,7 @@
class
ThreadPoolSvc
;
class
ForwardSchedulerSvc
;
class
AvalancheSchedulerSvc
;
class
AthMpEvtLoopMgr
;
/** @class ConcurrencyFlags ConcurrencyFlags.h GaudiKernel/ConcurrencyFlags.h
*
...
...
@@ -31,6 +32,7 @@ namespace Gaudi
friend
class
::
ThreadPoolSvc
;
friend
class
::
ForwardSchedulerSvc
;
friend
class
::
AvalancheSchedulerSvc
;
friend
class
::
AthMpEvtLoopMgr
;
public:
/** number of Worker Threads (for MT)
...
...
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