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 167
    • Merge requests 167
  • 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
  • !27442

WriteCondHandle: allow range dependency on ReadCondHandles

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Charles Leggett requested to merge leggett/athena:dev/WriteCondDeps into master Oct 23, 2019
  • Overview 18
  • Commits 9
  • Pipelines 3
  • Changes 12

allow a WriteCondHandle's range to be automatically set from the intersection of the ranges of any number of ReadCondHandles. Provides a new WriteCondHandle::record( T* ) method that doesn't take a range. If this method is used but no dependencies have been set, will return an error.

also adds the method getRange() to ReadCondHandles and WriteCondHandles.

adds a test in StoreGate/test, and expands the example in AthenaExamples/AthExHive

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev/WriteCondDeps