From 1db9e820e488272d13b6331d4f81aa9c2d637fbc Mon Sep 17 00:00:00 2001 From: hawke Date: Tue, 1 Aug 2006 12:57:45 +0000 Subject: 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 --- schedule.ccl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'schedule.ccl') 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 -- cgit v1.2.3