SummationByParts does not ensure unique gobal function names
Issue #2700
open
@tootle reported an issue on the mailing list: http://lists.einsteintoolkit.org/pipermail/users/2023-February/008840.html
(One of the) underlying issues is that SummationByParts does not prefix the (globally visible) Fortran subroutines with the SBP_
prefix it uses (and must use) for globally visible symbols.
This also makes CCTK_FNAME
fail due to incorrect usage (the name it acts on must have mixed case).
Comments (6)
-
reporter -
reporter Please review.
-
reporter - changed status to open
-
reporter - edited description
-
reporter @Peter Diener any updates on the review?
-
reporter @Peter Diener any updates on the review?
- Log in to comment
Pull request for SummationByParts is here: https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/20