fix runAllPar.sh script

also runAllPar.sh needs to copy initial restart file to work with same
liggghts run script
This commit is contained in:
danielque
2021-11-03 12:24:40 +01:00
parent 64aaa5825b
commit 1900a7cd28

View File

@ -16,6 +16,10 @@ scriptPath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo "runAllPar: calling preRunAllPar"
. $scriptPath/preRunAllPar.sh $casePath
# duplicate restart file to restartSequence
echo "runAllPar: duplicating LIGGGHTS restart file"
cp $casePath/DEM/post/restart/liggghts.restart $casePath/DEM/post/restart/liggghts.restartSequence
#- run parallel CFD-DEM
echo "runAllPar: Running CFD-DEM"
. $scriptPath/runCFDDEMPar.sh $casePath