[ET Trac] [Einstein Toolkit] #463: inlcude XXX_EARLY and XXX_LATE modes in schedule documentation, update "if" in schedule.ccl
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Fri Jul 1 20:38:05 CDT 2011
#463: inlcude XXX_EARLY and XXX_LATE modes in schedule documentation, update "if"
in schedule.ccl
-------------------+--------------------------------------------------------
Reporter: rhaas | Type: enhancement
Status: new | Priority: optional
Milestone: | Component: Cactus
Version: | Keywords: documentation
-------------------+--------------------------------------------------------
Two patches to the documentation. The first adds short one sentence
descriptions of GLOBAL-EARLY, GLOBAL-LATE, META-EARLY and META-LATE. The
second changes the documented allowed "if" statements in schedule files
from
{{{
if(CCTK_EQUALS(<parameter>, <value>)) { ... }
}}}
to
{{{
if(<expression>) { ... }
}}}
which is what is actually allowed (and commonly used). Looking at the
schedule parser it seems that in fact *everything* that is not a
STORAGE/COMM or SCHEDULE block (or comment) is copied verbatim into the C
function (tested this only very sporadically). Should this be documented?
This affects the flesh so I cannot commit them myself.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/463>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list