← Back to team overview

yade-users team mailing list archive

Re: [Question #187058]: snapshot engine timeout

 

Question #187058 on Yade changed:
https://answers.launchpad.net/yade/+question/187058

Christian Jakob posted a new comment:
With the new sphinx version i was able to compile the documentation,
thank you anton.

i increased deadTimeout to 100.

qt.SnapshotEngine(fileBase='/tmp/snaps/snap-',label='snapper',iterPeriod=100,deadTimeout=100)

when i run the simulation, i get every 10 seconds a warning, like this
one:

12467 WARN  yade.SnapshotEngine gui/qt4/GLViewer.cpp:67 action: Already
waiting 10s for snapshot to be saved. Something went wrong?

after 100 seconds the engine gets dead and the calculation starts
without snapshotengine. so i do not get one snapshot. for running the
simulation i use a while command, maybe this is the problem:

while c_clump < 10:
  c_clump = c_clump + 1
  O.run(3000,True)

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.