10 lines
196 B
Bash
Executable file
10 lines
196 B
Bash
Executable file
#!/bin/bash
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
# Get application name
|
|
application="moveDynamicMesh"
|
|
|
|
runApplication decomposePar
|
|
runParallel $application 4
|
|
|