Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !486

Add assertion for adding multiple Sweeps to a single SweepAdder object

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Schwarzmeier requested to merge single-sweep-adder-assertion into master Oct 22, 2021
  • Overview 0
  • Commits 3
  • Pipelines 3
  • Changes 2

When adding multiple Sweeps to a single SweepAdder object (e.g. timeloop.add() << Sweep(A) << Sweep(B);), none of the Sweeps is actually added to the timeloop. Since the user is not informed about this, debugging can be very tedious.

With this MR, these situations are caught and the execution is aborted.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: single-sweep-adder-assertion