summaryrefslogtreecommitdiff
path: root/src/include/cctk_Schedule.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-07-31 12:21:11 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-07-31 12:21:11 +0000
commit4be4277c85243a8efe15ec94a81660663044c267 (patch)
treeb442f831500897c65dee743479c7264cde2302e2 /src/include/cctk_Schedule.h
parent28e8e94a3ddf1f2aafcc8c53a9f77f6203112e6c (diff)
Add additional scheduler options "loop-local", "loop-singlemap",
"loop-level", "loop-global", and "loop-meta". This makes CallFunction loop over the corresponding modes. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3812 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Schedule.h')
-rw-r--r--src/include/cctk_Schedule.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/cctk_Schedule.h b/src/include/cctk_Schedule.h
index 52237d8f..b6ad495c 100644
--- a/src/include/cctk_Schedule.h
+++ b/src/include/cctk_Schedule.h
@@ -32,8 +32,14 @@ typedef struct
int meta;
int global;
int level;
- int local;
int singlemap;
+ int local;
+
+ int loop_meta;
+ int loop_global;
+ int loop_level;
+ int loop_singlemap;
+ int loop_local;
/* The last items should be considered volatile and may not stay here */