From 5baa91df8103ba42adadefdae9ff551428dcbb5d Mon Sep 17 00:00:00 2001 From: danielque Date: Tue, 27 Mar 2018 17:55:51 +0200 Subject: [PATCH] use shell script variable to indicate meaning of parameter --- tutorials/cfdemSolverPiso/settlingTestMPI/parCFDDEMrun.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/cfdemSolverPiso/settlingTestMPI/parCFDDEMrun.sh b/tutorials/cfdemSolverPiso/settlingTestMPI/parCFDDEMrun.sh index 3e8fcd20..f0d2ca8c 100644 --- a/tutorials/cfdemSolverPiso/settlingTestMPI/parCFDDEMrun.sh +++ b/tutorials/cfdemSolverPiso/settlingTestMPI/parCFDDEMrun.sh @@ -22,6 +22,7 @@ solverName="cfdemSolverPiso" nrProcs="2" machineFileName="none" # yourMachinefileName | none debugMode="off" # on | off| strict +reconstructCase="true" # true | false testHarnessPath="$CFDEM_TEST_HARNESS_PATH" runOctave="true" cleanUp="true" @@ -29,7 +30,7 @@ postproc="false" #--------------------------------------------------------------------------------# #- call function to run a parallel CFD-DEM case -parCFDDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode "true" +parCFDDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode $reconstructCase if [ $runOctave == "true" ] then