Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-grid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Be aware that the dune-project.org domain and its name server will have some updates between February 6, 8:00 UTC (9:00 CET) and 10:00 UTC (11:00 CET) as we will be performing services relocation during this time.

  • Core ModulesCore Modules
  • dune-grid
  • Merge requests
  • !611

Add missing header for dverb stream.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Grüninger requested to merge cherry-pick/test-parallel-ug into releases/2.9 Sep 23, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Cherry pick from !610 (merged)

Before including this header, I got the following error when compiling test-parralel-ug.cc:

 72%] Building CXX object dune/grid/test/CMakeFiles/test-parallel-ug.dir/test-parallel-ug.cc.o
.../dune/grid/test/test-parallel-ug.cc: In member function ‘void DataExchange<MapperT>::gather(MessageBuffer&, const EntityType&) const’:
.../dune/grid/test/test-parallel-ug.cc:81:5: error: ‘dverb’ was not declared in this scope
   81 |     dverb << "Process "
      |     ^~~~~
...
Edited Sep 23, 2022 by Christoph Grüninger
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cherry-pick/test-parallel-ug