<html>#1287: Allow setting parameters at build time
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Erik Schnetter</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></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>

<p>Changes (by Roland Haas):</p>
<p>Allow setting parameter values at build time, enabling additional compiler optimisations. I measured that e.g. ML_BSSN runs 5% to 10% faster if its parameters are chosen at build time.</p>
<p>This introduces macros <code>CCTK_PARAMETER__${thorn}__${parameter}</code>. If unset, the parameter value is taken from the parameter file (default). If set at compile time, e.g. via a -D option in <code>CPPFLAGS,</code> this overrides the parameter database, and <code>DECLARE_CCTK_PARAMETERS</code> will always use this value.</p>
<p><strong>Keyword:</strong></p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/1287/allow-setting-parameters-at-build-time'>https://bitbucket.org/einsteintoolkit/tickets/issues/1287/allow-setting-parameters-at-build-time</a></p>
</html>