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:
parent
7209ceb306
commit
2fedcfd00c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {} \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue