From 09f4d8513fc9208ca99fea32378712d931958a94 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 12 Dec 2022 13:29:37 +0000 Subject: [PATCH] ENH: processorAgglomerator: test nMasters --- tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun index b63d0a9fae..7aba5f9834 100755 --- a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun +++ b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun @@ -20,6 +20,10 @@ runParallel $(getApplication) foamDictionary -entry solvers.p.processorAgglomerator -set 'masterCoarsest' system/fvSolution runParallel -s masterCoarsest $(getApplication) +#- Run with processorAgglomerator - multiple masters +foamDictionary -entry solvers.p.nMasters -set '2' system/fvSolution +runParallel -s masterCoarsest2 $(getApplication) + #- Run with processorAgglomerator foamDictionary -entry solvers.p.processorAgglomerator -set 'procFaces' system/fvSolution foamDictionary -entry solvers.p.nAgglomeratingCells -set 100 system/fvSolution