Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 135
    • Merge requests 135
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !39645

Merged
Created Jan 12, 2021 by Benjamin Michael Wynne@bwynneDeveloper

Thread safety for FastCaloSim

  • Overview 9
  • Commits 1
  • Pipelines 1
  • Changes 8

Following !39035 (merged), FastCaloSim ran single-threaded in AthenaMT giving results consistent with Athena

However, there were persistent differences between single-threaded and multi-threaded results from FCS.

I eventually tracked this down to the use of CLHEP::RandGauss, which @jchapman confirmed should be replaced by CLHEP::RandGaussZiggurat

This is sufficient for full MT vs ST agreement, in my tests at least.

Tagging @ahasib

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: FCSThreadSafe