[Commits] [svn:einsteintoolkit] manifest/trunk/ (Rev. 282)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Mon May 26 11:38:15 CDT 2014
User: eschnett
Date: 2014/05/26 11:38 AM
Modified:
/trunk/
einsteintoolkit.th
Log:
Add CUDA and OpenCL example thorns
File Changes:
Directory: /trunk/
==================
File [modified]: einsteintoolkit.th
Delta lines: +14 -10
===================================================================
--- trunk/einsteintoolkit.th 2014-05-21 15:46:27 UTC (rev 281)
+++ trunk/einsteintoolkit.th 2014-05-26 16:38:15 UTC (rev 282)
@@ -11,19 +11,21 @@
-# A note on OpenCL:
+# A note on CUDA and 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.
+# The thorns supporting and using CUDA and 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
+# CUDA or OpenCL libraries installed, and there are no good, free CUDA
+# or OpenCL implementations 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.
+# If you want to experiment with CUDA or 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/HelloWorldCUDA
+# - CactusExamples/HelloWorldOpenCL
# - CactusExamples/WaveToyOpenCL
# - CactusUtils/OpenCLRunTime
# - CactusUtils/Accelerator
@@ -89,7 +91,7 @@
!TYPE = svn
!AUTH_URL = https://svn.cactuscode.org/arrangements/$1/$2/trunk
!URL = http://svn.cactuscode.org/arrangements/$1/$2/trunk
-!CHECKOUT = CactusElliptic/EllPETSc CactusExamples/WaveToyOpenCL CactusTest/TestAllTypes CactusUtils/Accelerator CactusUtils/OpenCLRunTime
+!CHECKOUT = CactusElliptic/EllPETSc CactusExamples/HelloWorldCUDA CactusExamples/HelloWorldOpenCL CactusExamples/WaveToyOpenCL CactusTest/TestAllTypes CactusUtils/Accelerator CactusUtils/MemSpeed CactusUtils/OpenCLRunTime
CactusBase/Boundary
CactusBase/CartGrid3D
CactusBase/CoordBase
@@ -114,6 +116,8 @@
CactusExamples/DemoInterp
CactusExamples/FleshInfo
CactusExamples/HelloWorld
+#CactusExamples/HelloWorldCUDA
+#CactusExamples/HelloWorldOpenCL
CactusExamples/IDWaveMoL
CactusExamples/SampleBoundary
CactusExamples/SampleIO
More information about the Commits
mailing list