aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhinder <hinder@105869f7-3296-0410-a4ea-f4349344b45a>2011-06-16 20:57:52 +0000
committerhinder <hinder@105869f7-3296-0410-a4ea-f4349344b45a>2011-06-16 20:57:52 +0000
commita8dd909e99aa25fe697e46fee37c0cf48f087488 (patch)
treef1d10318f6aa479c204f792071e241cb15f75d1b /schedule.ccl
parent2ab4d61cd4b632c0e991c781f3c15f3b054d1bbd (diff)
Add startup message giving vector length
This allows you to check that a simulation is using vectorisation. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@11 105869f7-3296-0410-a4ea-f4349344b45a
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 2f68b01..7da984f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1 +1,6 @@
# Schedule definitions for thorn Vectors
+
+schedule Vectors_Startup at CCTK_STARTUP
+{
+ LANG: C
+} "Print startup message"