<html>#2252: need for the updating of the submit script template for Cori
<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>resolved</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>ET_2018_09</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>SimFactory</td></tr>
</table>

<p>Changes (by Roland Haas):</p>
<p><table>
<tr><td>status:</td><td>resolved (was open)</td></tr>
</table></p>
<p>Comment (by Roland Haas):</p>
<p>This turned out to be mostly an issue with how the <code>-c</code> option was used. <code>-c</code> is the number of logical cores per MPI rank and was set as <code>@PPN@ / @NODE_PROCS@</code>. Howerver PPN in simfactory’s mdb files is (incorrectly if one believes the documentation string, but correctly when one checks how it is used) set to the number of physical cores per node. Somewhat sanely (in case one was to use hyperthreading) requesting 6 logical cores uses 3 physical cores along with their 3 hyperthreading partners.</p>
<p>Corrected in git hash <a data-is-external-link="true" href="https://bitbucket.org/simfactory/simfactory2/commits/8278a78695cd42fcf55f9ec23ffe095204e596e9" rel="nofollow">8278a78</a> "cori: allocate thread to logical cores rather than cores used" of <a data-is-external-link="true" href="https://bitbucket.org/simfactory/simfactory2" rel="nofollow">simfactory2</a> along with binding OMP threads to physical cores.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2252/need-for-the-updating-of-the-submit-script'>https://bitbucket.org/einsteintoolkit/tickets/issues/2252/need-for-the-updating-of-the-submit-script</a></p>
</html>