aboutsummaryrefslogtreecommitdiff
path: root/src/ExternalVariables.h
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/ExternalVariables.h
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/ExternalVariables.h')
-rw-r--r--src/ExternalVariables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ExternalVariables.h b/src/ExternalVariables.h
index 0c6457b..54a5129 100644
--- a/src/ExternalVariables.h
+++ b/src/ExternalVariables.h
@@ -64,3 +64,7 @@ extern CCTK_INT MoLNumSandRComplexArrayVariables;
extern CCTK_INT ScheduleStatus;
+
+extern CCTK_REAL *ArrayScratchSpace;
+extern CCTK_INT *ArrayScratchSizes;
+extern CCTK_INT CurrentArrayScratchSize;