From d2f6f7e39168e46e20e3c15cd987b8b1e0b61f0a Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Wed, 7 Dec 2016 15:39:40 +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 69284c22761..5001dcaa3a2 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 {} \; -- GitLab