Restart problem

edited August 2015 in Old versions
Hey guys!

I having problem restarting a simulation and I have checked both the documentation and the forum but can't find any solution. The generic problem is:

The Set-up:
I have run a simulation until 10s and saved every 1s. I'm in a Linux environment and after I export the library path I initiate the solver accordingly:

/path/to/EXECE/DualSPHysics_linux64 name path/to/dirout -sv:binx -svres:1 -gpu:0 -stable


The Problem:
I want to continue the simulation another 5s and save every 0.01s. But when I call:

/path/to/EXECE/DualSPHysics_linux64 name path/to/dirout -sv:binx -svres:1 -gpu:0 -stable -partbegin:10[:11] path/to/dirout -tmax:15.0 -tout:0.01

the solver goes bananas and save every time step generating a massive amount of data. I have also tried to skip the -tmax and -tout in the command line call and changed in the .xml-file but with no luck.


Any thoughts or workarounds for this or have I missed something?

/ Patrick


Sign In or Register to comment.