aboutsummaryrefslogtreecommitdiff
path: root/schedule.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 /schedule.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 'schedule.ccl')
-rw-r--r--schedule.ccl30
1 files changed, 15 insertions, 15 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 62956a1..cf0d358 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -24,7 +24,7 @@ if (MoL_Memory_Always_On)
STORAGE: ScratchSpace
if (MoL_Max_Evolved_Array_Size)
{
- STORAGE: ArrayScratchSpace
+# STORAGE: ArrayScratchSpace
}
}
}
@@ -32,7 +32,7 @@ if (MoL_Memory_Always_On)
{
if (MoL_Max_Evolved_Array_Size)
{
- STORAGE: ArrayScratchSpace
+# STORAGE: ArrayScratchSpace
}
}
if (MoL_Num_SaveAndRestore_Vars)
@@ -41,7 +41,7 @@ if (MoL_Memory_Always_On)
}
if (MoL_Max_Evolved_Array_Size)
{
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArraySandRScratchSpace
}
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -185,8 +185,8 @@ if (MoL_Num_Scratch_Levels)
{
STORAGE: ScratchSpace
STORAGE: SandRScratchSpace
- STORAGE: ArrayScratchSpace
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArrayScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -213,8 +213,8 @@ if (MoL_Num_Scratch_Levels)
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
STORAGE: ScratchSpace
- STORAGE: ArrayScratchSpace
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArrayScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -243,8 +243,8 @@ if (MoL_Num_Scratch_Levels)
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
STORAGE: SandRScratchSpace
- STORAGE: ArrayScratchSpace
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArrayScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -269,8 +269,8 @@ if (MoL_Num_Scratch_Levels)
{
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
- STORAGE: ArrayScratchSpace
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArrayScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -301,7 +301,7 @@ else
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
STORAGE: SandRScratchSpace
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -326,7 +326,7 @@ else
{
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -354,7 +354,7 @@ else
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
STORAGE: SandRScratchSpace
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace
@@ -379,7 +379,7 @@ else
{
schedule GROUP MoL_Evolution AT Evol WHILE MoL::MoL_Stepsize_Bad
{
- STORAGE: ArraySandRScratchSpace
+# STORAGE: ArraySandRScratchSpace
# STORAGE: ComplexScratchSpace
# STORAGE: ComplexSandRScratchSpace
# STORAGE: ComplexArrayScratchSpace