tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun: Removed spurious '-parallel' option

Resolves bug-report http://bugs.openfoam.org/view.php?id=2378
This commit is contained in:
Henry Weller 2016-12-07 15:36:15 +00:00
parent 7209ceb306
commit 2fedcfd00c

View file

@ -15,7 +15,7 @@ cp system/decomposeParDict.hierarchical system/decomposeParDict
runApplication decomposePar runApplication decomposePar
cp system/decomposeParDict.ptscotch system/decomposeParDict cp system/decomposeParDict.ptscotch system/decomposeParDict
runParallel snappyHexMesh -overwrite -parallel runParallel snappyHexMesh -overwrite
find . -type f -iname "*level*" -exec rm {} \; find . -type f -iname "*level*" -exec rm {} \;