GIT: add forgotten Allrun-parallel script (issue #866)

This commit is contained in:
Mark Olesen
2018-06-19 13:03:35 +02:00
parent d637b6eb78
commit 27dcb69ccc

View File

@ -0,0 +1,14 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
runApplication blockMesh
# Create ignition cells cellSet
runApplication topoSet
runApplication decomposePar
runParallel $(getApplication)
#------------------------------------------------------------------------------