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:39:40 +00:00
parent f775751b51
commit 8dafde6048

View File

@ -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 {} \;