Login  Register

How to run jocl tests?

Posted by chan on Jul 31, 2013; 12:58pm
URL: https://forum.jogamp.org/How-to-run-jocl-tests-tp4029688.html

Hi.

I want play all of jocl demos in here, ( http://jogamp.org/jocl-demos/www/ )
but some of demos doing nothing in my system.

here is my system list
 A. win7 + geforce 210 + intel core i5 760 with intel sdk , cuda sdk.
 B. Mac 10.7 and Mac 10.8

here is result list.
 1. launch OpenCL Info utility.
     - success in [system A]
     - success in [system B]
 2. launch Simple gamma correction using BufferedImages.
     - success in [system A]
     - fail in [system B]
 3. launch 3D interactive Julia fractal.
     - all fail ( nothing appears in java created window )
 4. launch Multi device Mandelbrot fractal.
     - in [system A], fractal appeared when window resizing.
     - fail in [system B]
 5. launch OpenGL-OpenCL memory sharing.
     - all fail ( nothing appears in java created window )


something need for this demos? I just click link and run *.jnlp.
Please give me advice something i missed.

thanks.

chan