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 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #893

Closed
Open
Created Jun 21, 2018 by Mark Olesen@markMaintainer

Need stderr or equivalent alternative to Info

In some situations informative output gets in the way of desired output (eg, foamDictionary output - EP702).

We can avoid some of this output with argList::noBanner(). In the .org version they have replace this with a dedicated InfoHeader message stream, which handles the same problem. However, we may also to have a more general solution (cf. #881 (closed)). In similar cases it could also be helpful to have a Serr that only outputs on the master.

With dynamic code generation (eg #calc) the process generated copious quantities of output, all of which land on stdout. Perhaps we need a version of system() with a dup2() to redirect.

@Mattijs

Edited Jun 21, 2018 by Mark Olesen
Assignee
Assign to
Time tracking