Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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
  • Issues
  • #154

Closed
Open
Created Aug 04, 2021 by Jayesh Badwaik (FZ Juelich)@jbadwaikDeveloper

Making Applications with Different Streaming and Collision Parameters Easy to Build

Currently, in order to build the UniformGridGPU application with a pull streaming parameter, one needs to manually edit the CMakeLists.txt file. This process requires user-interaction and is not suited for automated benchmarks. There are two approaches to fix this problem:

  1. Provide a Command Line parameter to set the streaming and collision parameter.
  2. Enable all the combinations of different targets but exclude them from the ALL target. This would ensure that those targets do not get built, but anyone who wants to build them can build them post generation by specifying the target explicitly.

I propose the second option. If there is support for this, I'll implement the change and send a pull request regarding the same.

Assignee
Assign to
Time tracking