Restarting the simulation from a specific part file
Hi guys,
I am trying to restart the simulation from the part file Part0673.bi4.
This is the code for that
I am trying to restart the simulation from the part file Part0673.bi4.
This is the code for that
if [ $errcode -eq 0 ]; then
$dsphliquidgasgpu $dirout/$name $dirout -svres -gpu –partbegin:673 prev_out
errcode=$?
fi
but I am consistently getting error saying
DualSPHysics4-LiquidGas v1.008 (v4.0.048) (06-05-2018)
=======================================================
*** Exception (JCfgRun::ErrorParm)
Text: Parameter "–partbegin:673" unrecognised or invalid. (Level cfg:0, Parameter:4)
Execution aborted
Can anyone tell me how to solve this problem.
Comments
%dsphliquidgasgpu% -gpu %dirout%/%name% %dirout% -svres -gpu -partbegin:673 prev_out
Sorry it seems my code for windows and you are using Linux
https://github.com/DualSPHysics/DualSPHysics/wiki/12.-Testcases#1216-extra-examples
and
DualSPHysics_v4.2\examples\others\Restart