aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 6 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index ce1fc2f..848a3c5 100644
--- a/param.ccl
+++ b/param.ccl
@@ -165,9 +165,9 @@ INT padding_address_spacing "Number of CCTK_REALs to space starting addresses in
0:* :: "Any positive number"
} 24
-BOOLEAN zero_memory "Zero memory for GF's at allocation time ?"
+BOOLEAN zero_memory "Zero memory for grid functions and arrays at allocation time ?"
{
-} yes
+} "yes"
KEYWORD partition "Is the partition manual"
@@ -210,6 +210,10 @@ LOGICAL storage_verbose "Report on memory assignment"
{
} "no"
+LOGICAL timer_output "Print time spent in communication"
+{
+} "no"
+
INT cacheline_mult "Multiplier for cacheline number"
{
0:* :: "Any positive number"