<html>#2516: Different simulation result with different number of cores setting
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td></td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>ET_2019_10</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Comment (by Ken Hui):</p>
<p>I had been trying to slightly change the parameter settings to check what the problem is related to. I realised that if I allow more space between the different refinement levels, i.e. changing the “radius” of CarpetRegrid2, I can now generate pretty much the same result with different number of cores.</p>
<div class="codehilite"><pre><span></span><span class="c">CarpetRegrid2::radius_2[1]  =240.0</span>
<span class="c">CarpetRegrid2::radius_2[2]  =120.0</span>
<span class="c">CarpetRegrid2::radius_2[3]  = 52.0 ===&gt; 64 !!!!!!</span>
<span class="c">CarpetRegrid2::radius_2[4]  = 40.0</span>
<span class="c">CarpetRegrid2::radius_2[5]  = 30.0 ===&gt; 28 !!!!!!</span>
</pre></div>

<p>Originally I thought the coarser levels only needs to cover the finer levels + 12 points for buffer, allowing a buffer zone of 16 points somehow solves the problem. In my setup, the resolution dx in the first few finest levels are 0.7M, 1.4M, etc; and I have reset the “radius” accordingly by</p>
<ul>
<li><strong>28</strong> + 0.7 * (16 points buffer) = 39.2 &lt; 40 (next level radius)</li>
<li><strong>40</strong> + 1.4 * 16 = 62.4 &lt; 64</li>
<li><strong>64</strong> + 2.8 * 16 = 108.8 &lt; 120</li>
</ul>
<p>However for the BNS benchmark run (nsnstohmns), I do not see difference in simulation results with different number of cores by putting the refinement levels around the stars closer to each other, this makes me wonder if the above “radius” settings were really the cause. </p>
<p>Any comments or updates on this issue are appreciated!</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2516/different-simulation-result-with-different'>https://bitbucket.org/einsteintoolkit/tickets/issues/2516/different-simulation-result-with-different</a></p>
</html>