diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun index 70d7a99bb6..3aa5f32e81 100755 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun @@ -15,7 +15,7 @@ runApplication blockMesh runApplication decomposePar -decomposeParDict system/decomposeParDict.hierarchical # cp system/decomposeParDict.ptscotch system/decomposeParDict -runParallel snappyHexMesh -decomposeParDict system/decomposeParDict.ptscotch -overwrite -parallel +runParallel snappyHexMesh -decomposeParDict system/decomposeParDict.ptscotch -profiling -overwrite -parallel find . -type f -iname "*level*" -exec rm {} \;