[ET Trac] [Einstein Toolkit] #1799: Missing braces in test.ccl make Cactus tests hang
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Mon Aug 3 15:41:14 CDT 2015
#1799: Missing braces in test.ccl make Cactus tests hang
----------------------+-----------------------------------------------------
Reporter: eschnett | Owner:
Type: defect | Status: new
Priority: unset | Milestone:
Component: Cactus | Version: development version
Keywords: |
----------------------+-----------------------------------------------------
This file
{{{
TEST kasner
{
NPROCS 2
}
TEST kasner_amr
{
NPROCS 2
}
TEST no-overlap
{
NPROCS 2
}
TEST outer-buffers
{
NPROCS 1
}
TEST overlap
{
NPROCS 2
}
TEST 64k2
}}}
makes the Cactus test suite mechanism hang. I believe the problem is that
{{{ParseTestBlock}}} does not handle the case of missing braces well.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1799>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list