From a8dd909e99aa25fe697e46fee37c0cf48f087488 Mon Sep 17 00:00:00 2001 From: hinder Date: Thu, 16 Jun 2011 20:57:52 +0000 Subject: 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 --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedule.ccl') 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" -- cgit v1.2.3