<html>#2114: Carpet/Carpet/test/64k2.par test fails on Jenkins test machine
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Ian Hinder</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Carpet</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p><code>enable_no_storage</code> makes Carpet quit just after is has finished executing the WRAGH and PARAMCHECK groups. During those groups memory has already been allocated for reflevel 0 of the grid functions.</p>
<p>Note that memory for this reflevel is allocated already in <code>SetupGH</code> in the <code>setup_grid_hierarchy</code> function.</p>
<p>So as long as the OOM is already triggered by reflevel 0 as it is in 64k2.par then<code>enable_no-storage</code> is not doing anything.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2114/carpet-carpet-test-64k2par-test-fails-on'>https://bitbucket.org/einsteintoolkit/tickets/issues/2114/carpet-carpet-test-64k2par-test-fails-on</a></p>
</html>