aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2000-06-02 14:52:55 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2000-06-02 14:52:55 +0000
commit154a2abe274b59833a86b96eb45a075647ba1434 (patch)
tree732a70003f87732412fdd98aec7ccbcc55d0308b /schedule.ccl
parentb3b463b819c3b94f0f8e6731aedf970b4c180fa7 (diff)
Usable version of thorn Hyperslab which extracts M-dimensional orthogonal
subspaces from an N-dimensional data space. The Hyperslab API consists of 2 routines: - Hyperslab_GetLocalHyperslab() which returns a hyperslab from the processor's local data. This will probably be used for IO methods that want to output the hyperslab chunks in parallel (as is done currently by IOHDF5 and IOFlexIO). - Hyperslab_GetHyperslab() which collects hyperslab chunks from all processors using MPI and returns the global hyperslab data. This is used in IOASCII where the output is done by only one processor. Open questions: - How to specify the directions in which to span the hyperslab. - Putting the parameters passed to Hyperslab routines into structures rather than passing them individually. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@22 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 0 insertions, 14 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b97bb96..77309fe 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,16 +1,2 @@
# Schedule definitions for thorn Hyperslab
# $Header$
-
-STORAGE: testgf
-
-schedule InitTestGF at BASEGRID
-{
- LANG:C
-} "Init test GFs"
-
-schedule TestSlab2D at INITIAL
-{
- LANG:C
-} "Testing slabbing"
-
-