<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,sans-serif">On Sat, Aug 8, 2015 at 2:29 PM, Barry Smith </span><span dir="ltr" style="font-family:arial,sans-serif"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span><span style="font-family:arial,sans-serif"> wrote:</span><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  Mark,<br>
<br>
    So GAMG uses random numbers in the implementation, this means identical runs on machines with different random number generates can produce noticeable different convergence histories. This means that the "no change" tests in the nightly tests indicate change (i.e. a problem) when this perhaps not a problem. So it is impossible to trust the results of the tests.<br>
<br>
   Is there anything we can do to alleviate this problem? Are the random number usage fundamental to the algorithm? Should we distribute with PETSc a "random number generator" that will generate the same results on all systems (if that is even possible?)?<br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​We had a similar problem in MOOSE where tests using RNG were returning slightly different results. We ended up using <a href="http://www.cs.hmc.edu/~geoff/mtwist.html">mtwist</a>, however, the author now recommends to use <a href="http://www.pcg-random.org">PCG</a>.</div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​Hope that helps,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">--</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">David​</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
  Thanks<br>
<br>
  Barry<br>
<br>
<br>
Note that on the same machine if you run the same program twice with our default system provided "random number generator" you will get the same result, this is an issue with running on different kinds of machines and getting different results.<br>
<br>
</blockquote></div><br></div></div>