[ET Trac] [Einstein Toolkit] #2003: piraha_everywhere Zelmani stress test
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Mar 29 10:42:37 CDT 2017
#2003: piraha_everywhere Zelmani stress test
---------------------+------------------------------------------------------
Reporter: rhaas | Owner: sbrandt
Type: defect | Status: assigned
Priority: major | Milestone:
Component: Cactus | Version: development version
Resolution: | Keywords: piraha
---------------------+------------------------------------------------------
Comment (by sbrandt):
The only file which seems to have this problem is
CarpetRhoRegrid/param.ccl. At issue is the interpretation of the backslash
continuation. I do not do a continuation mid-token, but accept it if
embedded in whitespace. So, this is okay:
{{{
CCTK_REAL rho_max_list[99] "List of densities at which to refine" \
STEERABLE=ALWAYS
{
0.0e0: :: "Anything larger 0"
} 0.0e0
}}}
But not this (what was present)
{{{
CCTK_REAL rho_max_list[99] "List of densities at which to refine"
STEERABLE=ALW\
AYS
{
0.0e0: :: "Anything larger 0"
} 0.0e0
}}}
Processing the \ mid token is a non-trivial thing to support. Do we really
want that?
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2003#comment:15>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list