Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 395
    • Issues 395
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2368

Closed
Open
Created Feb 16, 2022 by Mattijs Janssens@MattijsMaintainer

masterUncollated with #include inside decomposeParDict hangs

Summary

#include a file in the decomposeParDict. Now any parallel run will hang when run with -fileHandler masterUncollated.

See https://exchange.openfoam.com/node/1828

Steps to reproduce

Any case. See above.

What is the current bug behaviour?

Hangs. Stuck in some gatherList when parsing the dictionary (on the master).

Environment information

  • OpenFOAM version : v2112

Possible fixes

decomposeParDict is special - it gets read during startup to read any roots and the number of processors. At this point the dictionary reading is not yet 'set up' so it should disable any parallel communication. The #include statement in the decomposeParDict triggers parallel communication.

Assignee
Assign to
Time tracking