diff --git a/tutorials/mesh/parallel/cavity/Allrun b/tutorials/mesh/parallel/cavity/Allrun
index dc0492c1a7256e92db80fa1239e63c67cec3b365..26c8762dcc9ec3dad1ea87d05e4b1d651fbff805 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
 
 
 # -----------------------------------------------------------------------------