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 383
    • Issues 383
    • 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
  • #251

Closed
Open
Created Oct 02, 2016 by Roger Almenar@Roger

foamCalc not reading arguments when executed through runParallel

When I try to exectute foamCalc through runParallel, I get following errors (command runParallel foamCalc mag U): [ram@pc-ram xyz]$ more log.foamCalc

--> FOAM FATAL ERROR: Unknown calcType type -parallel Valid calcType selections are:

8 ( addSubtract components div interpolate mag magGrad magSqr randomise )

From function static Foam::autoPtr<Foam::calcType> Foam::calcType::New(const Foam::word&)
in file calcType/calcTypeNew.C at line 53.

FOAM aborting

Selecting calcType -parallel Selecting calcType -parallel

--> FOAM FATAL ERROR: Unknown calcType type -parallel Valid calcType selections are:

However, running the full command "mpirun -np 2 foamCalc mag U -parallel" runs without issues.

Assignee
Assign to
Time tracking