Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 425
    • Issues 425
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Planned maintenance at 14:00 - platform may be offline until 15:00 (UK times)

  • Development
  • openfoamopenfoam
  • Issues
  • #1765
Closed
Open
Issue created Jul 08, 2020 by Miguel Castellano@michu5696

collated fileHandler hangs when using #include clause in decomposeParDict

Summary

When running the case with collated output, for any given solver, if there is an #include clause into the decomposeParDict, introducing for example an external dictionary with variables but also EVEN if it is a empty dictionary, the run will hang forever. Just the fact that there is an #include clause into the decomposeParDict causes the run to hang indefinitely.

Steps to reproduce

For ANY OpenFOAM tutorial (or at least/tested on sineWaveDamping(rhoPimpleFoam) and damBreak(interFoam)):

  1. Just add an #include clause into your decomposeParDict (#include myDict)
  2. RUN: blockMesh -fileHandler collated decomposePar -fileHandler collated mpirun -np $CORES $SOLVER -parallel -fileHandler collated HANGS INDEFINITELY ...
  3. Remove the #include clause and try again.
  4. RUNS SMOOTHLY.

Example case

ANY OPENFOAM TUTORIAL

Environment information

  • OpenFOAM version : v5. , v6. , v1912
  • Operating system : SUSE Linux Enterprise, Arch Linux
  • Hardware info :
  • Compiler : icc, gcc
Edited Jul 08, 2020 by Miguel Castellano
Assignee
Assign to
Time tracking