aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
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 /src/Startup.c
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 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 9b15e6b..06ae44d 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -66,6 +66,10 @@ CCTK_INT MoLNumSandRComplexArrayVariables = 0;
CCTK_INT ScheduleStatus = 0;
+CCTK_REAL *ArrayScratchSpace = NULL;
+CCTK_INT *ArrayScratchSizes = NULL;
+CCTK_INT CurrentArrayScratchSize = 0;
+
/********************************************************************
********************* Local Data Types ***********************
********************************************************************/