<html>#2700: SummationByParts does not ensure unique gobal function names
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</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>EinsteinToolkit thorn</td></tr>
</table>

<p>Samuel Tootle reported an issue on the mailing list: <a data-is-external-link="true" href="http://lists.einsteintoolkit.org/pipermail/users/2023-February/008840.html" rel="nofollow">http://lists.einsteintoolkit.org/pipermail/users/2023-February/008840.html</a></p>
<p>(One of the) underlying issues is that SummationByParts does not prefix the (globally visible) Fortran subroutines with the <code>SBP_</code> prefix it uses (and must use) for globally visible symbols.</p>
<p>This also makes <code>CCTK_FNAME</code> fail due to incorrect usage (the name it acts on must have mixed case).</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2700/summationbyparts-does-not-ensure-unique'>https://bitbucket.org/einsteintoolkit/tickets/issues/2700/summationbyparts-does-not-ensure-unique</a></p>
</html>