Skip to content
Snippets Groups Projects
Commit 644bd11a authored by mattijs's avatar mattijs
Browse files

BUG: GAMG: manual processorAgglomerator incorrect input. See #2281.

parent eb3c806f
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ runParallel -s eager $(getApplication) ...@@ -32,7 +32,7 @@ runParallel -s eager $(getApplication)
#- Run with processorAgglomerator #- Run with processorAgglomerator
foamDictionary -entry solvers.p.processorAgglomerator -set 'manual' system/fvSolution foamDictionary -entry solvers.p.processorAgglomerator -set 'manual' system/fvSolution
foamDictionary -entry solvers.p.processorAgglomeration -set '((9 ((0 1 2 3)(4 5 6))))' system/fvSolution foamDictionary -entry solvers.p.processorAgglomeration -set '((9 ((0 1 2 3)(4 5 6 7))))' system/fvSolution
runParallel -s manual $(getApplication) runParallel -s manual $(getApplication)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment