aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@4054007a-4839-4648-a056-eb81e030d849>2012-02-01 03:35:06 +0000
committerknarf <knarf@4054007a-4839-4648-a056-eb81e030d849>2012-02-01 03:35:06 +0000
commit8a4d635ef9407ee69b23f56d3de1242dae3aa4ec (patch)
treec71ef4aba88e054ae6a835b48aa252a3d4d568c9 /schedule.ccl
parentead4d9e647258cdb655db14bc083e028e05247f7 (diff)
This patch lets the OpenCL thorn print information about available
platforms and devices on startup. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenCL/trunk@4 4054007a-4839-4648-a056-eb81e030d849
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 eabefe1..23642f4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1 +1,6 @@
# Schedule definitions for thorn OpenCL
+schedule OpenCL_PrintInfo AT WRAGH
+{
+ LANG: C
+} "Print OpenCL System Information"
+