diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-28 02:50:09 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-28 02:50:09 +0000 |
commit | 88fb903346fd23fb25eb6bbd501632078745c6bc (patch) | |
tree | 1c4098b86222cbc2a5419af726eb7ada1b9e9376 /sca-cpp/trunk/INSTALL | |
parent | 29edc4e6fb2c8fb3a93aac36d9666efd21b92bd0 (diff) |
Implement an OpenCL component implementation evaluator. Add OpenCL tests, working on Ubuntu and MacOS with both CPU and NVIDIA and ATI GPUs.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index 5e2cb83eab..ca73ef5a4e 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -131,6 +131,10 @@ Python: Python 2.6.6 (http://www.python.org/) Google AppEngine 1.4.0 (http://code.google.com/appengine/) +OpenCL: +an OpenCL SDK (http://software.intel.com/en-us/articles/opencl-sdk/, +http://developer.nvidia.com/, http://developer.amd.com/sdks/amdappsdk) + Java: a Java 5+ JDK (http://openjdk.java.net/, http://harmony.apache.org/) @@ -178,6 +182,9 @@ for running with the HTTPD worker or event multi-threaded MPMs): To enable support for Python component implementations: --enable-python +To enable support for OpenCL component implementations: +--enable-opencl + To enable support for Java component implementations: --enable-java @@ -229,6 +236,7 @@ dependencies installed under $HOME: --with-libcloud=$HOME/libcloud-0.3.1-bin \ --enable-threads \ --enable-python --with-python=/usr \ +--enable-opencl --with-opencl-include=/usr/include --with-opencl-lib=/usr/lib \ --enable-gae --with-gae=$HOME/google_appengine \ --enable-java --with-java=/usr/lib/jvm/default-java \ --enable-webservice --with-axis2c=$HOME/axis2c-1.6.0-bin \ |