ENH: Tutorials - updates

This commit is contained in:
Andrew Heather
2016-04-26 14:32:19 +01:00
parent a7dcf8fc61
commit 16dfd33db8
123 changed files with 153 additions and 146 deletions

View File

@ -8,7 +8,7 @@ cd ${0%/*} || exit 1 # Run from this directory
./Allrun.pre
#-- Run on single processor
#runApplication `getApplication` &
#runApplication $(getApplication) &
# Simulated external solver
#runApplication ./externalSolver
@ -16,7 +16,7 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication decomposePar -allRegions
# Run OpenFOAM
runParallel `getApplication` 4 &
runParallel $(getApplication) &
# Simulated external solver
runApplication ./externalSolver