Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Phys Phys
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • PhysPhys
  • Merge requests
  • !968

Improve LoKi::DistanceCalculator thread-safety

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lucas Meyer Garcia requested to merge lucas-hlt2-mt into master Jul 11, 2021
  • Overview 30
  • Commits 6
  • Pipelines 6
  • Changes 5

When running HLT2 multi-threaded, LoKi::DistanceCalculator raises an error:

ThreeBodyCombiner.LoKi::Distance...   ERROR LoKi::DistanceCalculator:: distance(III): error from KalmanFilter::step(2) StatusCode=405
HLTControlFlowMgr                      INFO Timing started at: 16:30:02
ThreeBodyCombiner.LoKi::Distance...   ERROR LoKi::DistanceCalculator:: The   ERROR message is suppressed : 'distance(III): error from KalmanFilter::step(2)' StatusCode=405

This is fixed by this MR. This MR should enable Moore to be run multi-threaded without writing output files, making a throughput test with hlt2 selections possible (lhcb-datapkg/PRConfig!184 (merged)). Further work will be necessary to actually make LoKi::DistanceCalculator thread-safe.

FYI: @sstahl @rmatev

Needs LHCb!3118 (merged) and DaVinci!570 (merged) (ref update).

Edited Aug 02, 2021 by Lucas Meyer Garcia
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lucas-hlt2-mt