From b6472f3f7c72021347809bd9aa7a2d77f4527981 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 7 Jun 2016 12:44:34 +0100 Subject: [PATCH] BUG: cavity: fixes the running of the cavity case #141 --- tutorials/mesh/parallel/cavity/Allrun | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/mesh/parallel/cavity/Allrun b/tutorials/mesh/parallel/cavity/Allrun index dc0492c1a7..26c8762dcc 100755 --- a/tutorials/mesh/parallel/cavity/Allrun +++ b/tutorials/mesh/parallel/cavity/Allrun @@ -33,8 +33,7 @@ runParallel -s 5 -np 5 icoFoam \ -decomposeParDict system/decomposeParDict-5 # Reconstruct mesh and results -runParallel -s reconstruct redistributePar \ - -reconstruct -decomposeParDict system/decomposeParDict +runParallel -s reconstruct -np 5 redistributePar -reconstruct # -----------------------------------------------------------------------------