From 2ca4082852e4669aeae3a8866f24739deb8f5617 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 22 Jun 2016 16:12:18 +0100 Subject: [PATCH] ENH: snappyHexMesh: add profiling of snappyHexMesh --- .../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 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 {} \;