<html>#2482: Inconsistency in Simfactory submission scripts
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Steven R. Brandt</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></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>Note that the following are all slurm machines. Most of them configure --ntasks-per-node=@NODE_PROCS@ which seems to match the simfactory documentation.</p>
<p>MarconiA3 uses @(@NUM_PROCS@/@NODES@)@ which ought to be the same as @NODE_PROCS@. However, sciama and comet seem to just use a wrong value which might work some of the time.</p>
<p>repos/simfactory2/mdb/submitscripts/minerva.sub:5: #SBATCH --ntasks-per-node=@NODE_PROCS@
repos/simfactory2/mdb/submitscripts/holodeck.sub:6: #SBATCH --ntasks-per-node=@NODE_PROCS@
repos/simfactory2/mdb/submitscripts/sciama.sub:5: #SBATCH --tasks-per-node=@PPN@
repos/simfactory2/mdb/submitscripts/comet.sub:7: #SBATCH --ntasks-per-node @PPN_USED@
repos/simfactory2/mdb/submitscripts/draco.sub:6: #SBATCH --ntasks-per-node=@NODE_PROCS@
repos/simfactory2/mdb/submitscripts/marconiA3.sub:8: #SBATCH --ntasks-per-node @(@NUM_PROCS@/@NODES@)@</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2482/inconsistency-in-simfactory-submission'>https://bitbucket.org/einsteintoolkit/tickets/issues/2482/inconsistency-in-simfactory-submission</a></p>
</html>