From 717d39a68230908f36b7098e66d0dd76dd067148 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 27 Feb 2002 14:28:36 +0000 Subject: initial checkin of new LocalInterp thorn git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@2 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- schedule.ccl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..10a3202 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,12 @@ +# Schedule definitions for thorn LocalInterp +# $Header$ + +Schedule LocalInterp_UC_Startup at STARTUP after Driver_Startup +{ +LANG:C +} "LocalInterp/UniformCartesian startup routine" + +Schedule LocalInterp_GPU_Startup at STARTUP after Driver_Startup +{ +LANG:C +} "LocalInterp/GeneralizedPolynomial-Uniform startup routine" -- cgit v1.2.3