From 2fedcfd00c24e63b81ca91ca556ab99041d8cf44 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 7 Dec 2016 15:36:15 +0000 Subject: [PATCH] tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun: Removed spurious '-parallel' option Resolves bug-report http://bugs.openfoam.org/view.php?id=2378 --- .../incompressible/pisoFoam/les/motorBike/motorBike/Allrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun index 69284c227..5001dcaa3 100755 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun @@ -15,7 +15,7 @@ cp system/decomposeParDict.hierarchical system/decomposeParDict runApplication decomposePar cp system/decomposeParDict.ptscotch system/decomposeParDict -runParallel snappyHexMesh -overwrite -parallel +runParallel snappyHexMesh -overwrite find . -type f -iname "*level*" -exec rm {} \;