aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2002-11-07 22:45:04 +0000
committerschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2002-11-07 22:45:04 +0000
commit62a2255f692f5ac599fee17e92e61ab1e2db5db3 (patch)
tree0bcc46ea42e7f92e2f8aad88b6896e1b728631fc /schedule.ccl
parentf7d2ce223381f2ced2f6453a2478118690b7c0e7 (diff)
Removed the restriction that the slab types have to be CCTK_REAL.
Boy, is juggling Cactus, MPI, and C types a mess. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@12 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2a19d26..07ea006 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,2 +1,7 @@
# Schedule definitions for thorn Slab
# $Header$
+
+SCHEDULE Slab_InitMPIDatatypes AT startup after Driver_Startup
+{
+ LANG: C
+} "Create MPI datatypes for complex variables in C"