aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-08-01 12:57:45 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-08-01 12:57:45 +0000
commit1db9e820e488272d13b6331d4f81aa9c2d637fbc (patch)
tree502778f424980849482fc46ad3a8b2454a5c3bf4 /interface.ccl
parent5b12759aff89d3e5854999776b169112e8510111 (diff)
Modification for evolving array variables; change to local
arrays. This gets around the problems with the driver allocating the scratch space differently on multiprocessors from the individual arrays. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@116 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl26
1 files changed, 13 insertions, 13 deletions
diff --git a/interface.ccl b/interface.ccl
index e7591a1..d6ba960 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -240,19 +240,19 @@ CCTK_REAL SandRScratchSpace[MoL_Num_SaveAndRestore_Vars] \
# Timelevels = 1 \
# TAGS = 'Checkpoint="no"'
-CCTK_REAL ArrayScratchSpace[MoL_Num_Scratch_Levels] \
- TYPE = ARRAY \
- DIM = 1 \
- SIZE = MoL_Max_Evolved_Array_Size \
- Timelevels = 1 \
- TAGS = 'Checkpoint="no"'
-
-CCTK_REAL ArraySandRScratchSpace \
- TYPE = ARRAY \
- DIM = 1 \
- SIZE = MoL_Max_Evolved_Array_Size \
- Timelevels = 1 \
- TAGS = 'Checkpoint="no"'
+# CCTK_REAL ArrayScratchSpace[MoL_Num_Scratch_Levels] \
+# TYPE = ARRAY \
+# DIM = 1 \
+# SIZE = MoL_Max_Evolved_Array_Size \
+# Timelevels = 1 \
+# TAGS = 'Checkpoint="no"'
+#
+# CCTK_REAL ArraySandRScratchSpace \
+# TYPE = ARRAY \
+# DIM = 1 \
+# SIZE = MoL_Max_Evolved_Array_Size \
+# Timelevels = 1 \
+# TAGS = 'Checkpoint="no"'
#CCTK_COMPLEX ComplexArrayScratchSpace[MoL_Num_Scratch_Levels] \
# TYPE = ARRAY \