<html>#2598: thornyflat - production run segmentation fault
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Maria</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>ET_2021_11</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 Roland Haas):</p>
<p>Oh, I see. Ok that is easier to offer suggestions for. There are two things that come mind.</p>
<ol>
<li>I would try and make sure that simfactory recognizes thornyflat by checking that <code>./simfactory/bin/sim whoami</code> returns <code>thornyflat</code> and that the mdb entry simfactory uses is the one I expect using <code>./simfactory/bin/sim print-mdb-entry $(./simfactory/bin/sim whoami | cut -d' ' -f3)</code></li>
<li>there seems to be a typo in the file name for the submit script. Namely it is called <code>thornyflay.sub</code> (a <code>y</code> where it should be <code>t</code>). This could prevent simfactory from finding it.</li>
</ol>
<p>Are there any warnings when you start compiling a configuration? Sometimes simfactory picks a “default” run script when it cannot find the one specified on the command line or in the machine file <img class="emoji" src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/48x48/1f61e.png" alt="😞" title=":disappointed:" data-emoji-short-name=":disappointed:" /> </p>
<p>Just to be sure: you tried this compiling a fresh configuration, ideally after a <code>rm -rf configs</code> to make sure there are no lingering old files (a <code>--reconfig</code> does not overwrite an existing <code>RunScript</code> file in <code>configs/sim</code>)?</p>
<p>The submitscript attached to the ticket does already use <code>--machine @MACHINE@</code> which makes sure that simfactory uses the correct machine description when executing the run script.</p>
<p>Note: looking at you file <code>thornyflat.ini</code> in the ticket there is a missing <code>[thornyflat]</code> that should be at the top of the file and that actually tells simfactory the name of the machine (the ini file section).</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2598/thornyflat-production-run-segmentation'>https://bitbucket.org/einsteintoolkit/tickets/issues/2598/thornyflat-production-run-segmentation</a></p>
</html>