← Back to team overview

yade-users team mailing list archive

Re: [Question #692681]: result indeterminism and MPI=OFF

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
>  PyRunner(command='checkUnbalanced()',realPeriod=2,label='checker'),

as already discusses in #1. You have the same code, but because of realPeriod=2, it is very likely that two runs produces different results.
realPeriod=2 means running the code every two real seconds, which (depending on random circumstances like running other processes on the computer and slowing Yade) may be at different simulation times.

Use iterPeriod or virtPeriod and you should get same results

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.