[Commits] [svn:einsteintoolkit] manifest/trunk/ (Rev. 183)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Mon May 21 12:00:42 CDT 2012


User: eschnett
Date: 2012/05/21 12:00 PM

Modified:
 /trunk/
  einsteintoolkit.th

Log:
 Add thorns ML_WaveToy and ML_WaveToy_CL (the latter commented out)

File Changes:

Directory: /trunk/
==================

File [modified]: einsteintoolkit.th
Delta lines: +29 -8
===================================================================
--- trunk/einsteintoolkit.th	2012-05-17 02:56:10 UTC (rev 182)
+++ trunk/einsteintoolkit.th	2012-05-21 17:00:42 UTC (rev 183)
@@ -9,16 +9,35 @@
 !DEFINE ARR  = $ROOT/arrangements
 !DEFINE COMPONENTLIST_TARGET = $ROOT/thornlists/
 
-# Thorns using OpenCL (ExternalLibraries/OpenCL) are working and are
-# part of the Einstein Toolkit. However, these thorns are currently
-# commented out here because most machines don't support OpenCL yet,
-# and there is no good, free OpenCL implementation yet which could be
-# shipped with Cactus. Thus, not commenting them out would break
-# compilating on most machines.
 
-# If you want to use these thorns and do have a working OpenCL
-# environment, you have to uncomment these thorns in this thorn list.
 
+# A note on OpenCL:
+
+# The thorns supporting and using OpenCL are working and are part of
+# the Einstein Toolkit. However, these thorns are currently commented
+# out in this thorn list because most machines do not have OpenCL
+# libraries installed, and there is no good, free OpenCL
+# implementation yet which could be shipped with Cactus.
+
+# If you want to experiment with OpenCL and use these thorns (or look
+# at their documentation), then uncomment these thorns in this thorn
+# list, and use GetComponents to download these thorns.
+
+# You have to uncomment these thorns (not here, but further below):
+#   - CactusExamples/WaveToyOpenCL
+#   - CactusUtils/OpenCLRunTime
+#   - CactusUtils/Accelerator
+#   - ExternalLibraries/OpenCL
+#   - McLachlan/ML_WaveToy_CL
+
+# To download these thorns via GetComponents, use then the following
+# command:
+
+#   cd Cactus (or whatever your source tree is called)
+#   bin/GetComponents --update --root=. manifest/einsteintoolkit.th
+
+
+
 # This thorn list
 !TARGET   = $ROOT
 !TYPE     = svn
@@ -329,6 +348,8 @@
 McLachlan/ML_CCZ4
 McLachlan/ML_CCZ4_Helper
 McLachlan/ML_CCZ4_Test
+McLachlan/ML_WaveToy
+#McLachlan/ML_WaveToy_CL
 
 
 



More information about the Commits mailing list