aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-18 19:02:32 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-18 19:02:32 +0000
commit56837514272648cf505fc2747368a5bc042edb71 (patch)
tree683b1cf1f76e62bb95d8ae01d8cf43705d21015f /param.ccl
parent88bcad044bc698516642ff87ee800fc853a67c42 (diff)
Added LOGICAL parameter PUGH::timer_output to measure communication time.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@276 b61c5cb5-eaca-4651-9a7a-d64986f99364
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"