diff --git a/tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allrun b/tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allrun
index dfe52836b545dd9dbf4c01580036fb10a5f39d02..a59d39972d791cd1b1baa080690d543c7ff23844 100755
--- a/tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allrun
+++ b/tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allrun
@@ -7,7 +7,7 @@ cd ${0%/*} || exit 1    # run from this directory
 runApplication blockMesh
 runApplication decomposePar
 runParallel dsmcInitialise 4
-runParallel dsmcFoam 4
-runApplication `getApplication` -noLagrangian
+runParallel `getApplication` 4
+runApplication reconstructPar -noLagrangian
 
 # ----------------------------------------------------------------- end-of-file