Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Gaudi
Gaudi
Merge requests
!1190
Switch to latest ATLAS task precedence scenario in a test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Switch to latest ATLAS task precedence scenario in a test
ishapova/Gaudi:update-precedence-scenario
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Illya Shapoval
requested to merge
ishapova/Gaudi:update-precedence-scenario
into
master
4 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cdc343ab
1 commit,
4 years ago
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
GaudiHive/options/AtlasMCRecoFullPrecedenceDump.py
+
6
−
6
Options
@@ -19,9 +19,9 @@ from Configurables import (HiveWhiteBoard, HiveSlimEventLoopMgr,
from
GaudiHive
import
precedence
# metaconfig
evtslots
=
1
evtMax
=
1
algosInFlight
=
1
evtslots
=
2
evtMax
=
4
algosInFlight
=
2
enableTimeline
=
True
InertMessageSvc
(
OutputLevel
=
INFO
)
@@ -44,15 +44,15 @@ scheduler = AvalancheSchedulerSvc(
ThreadPoolSize
=
algosInFlight
,
OutputLevel
=
DEBUG
)
timeValue
=
precedence
.
RealTimeValue
(
path
=
"
atlas/
mcreco/averageTiming.mcreco.TriggerOff
.json
"
,
defaultTime
=
0.
0
)
path
=
"
atlas/
q431/time.r2a
.json
"
,
defaultTime
=
0.
1
)
ifIObound
=
precedence
.
UniformBooleanValue
(
False
)
sequencer
=
precedence
.
CruncherSequence
(
timeValue
,
ifIObound
,
sleepFraction
=
0.0
,
cfgPath
=
"
atlas/
mcreco/cf.mcreco.TriggerOff
.graphml
"
,
dfgPath
=
"
atlas/
mcreco/df.mcreco.TriggerOff.3rdEvent
.graphml
"
,
cfgPath
=
"
atlas/
q431/cf.r2a
.graphml
"
,
dfgPath
=
"
atlas/
q431/df.r2a
.graphml
"
,
topSequencer
=
'
AthSequencer/AthMasterSeq
'
,
timeline
=
enableTimeline
).
get
()
Loading