aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/schedule.ccl
blob: d371bc7a55360f1b6f9d24a3dee8505bff8c786c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Schedule definitions for thorn CarpetLib

SCHEDULE CarpetLib_setmemlimit AT WRAGH
{
  LANG: C
  OPTIONS: global
} "Set operating system memory limit"

SCHEDULE CarpetLib_printtimestats AT analysis
{
  LANG: C
  OPTIONS: global
} "Print timing statistics if desired"

SCHEDULE CarpetLib_printmemstats AT analysis
{
  LANG: C
  OPTIONS: global
} "Print memory statistics if desired"