diff options
author | Sven Gothel <[email protected]> | 2013-11-01 03:19:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-01 03:19:20 +0100 |
commit | a704ad35303a1eae117307675fe274b8617f98cb (patch) | |
tree | 8fa531f41729b42aac730e42fe48998b165f1976 | |
parent | fc068a2e84a221a44b1620e6a3ad58a2c58d78ef (diff) |
test script ..
-rw-r--r-- | scripts/run.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100644 index 0000000..1daac5c --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,13 @@ + +CP=/usr/local/projects/JOGL/jocl/build-x86_64/jar/jocl.jar:/usr/local/projects/JOGL/jogl/build-x86_64/jar/jogl-all.jar:/usr/local/projects/JOGL/gluegen/build-x86_64/gluegen-rt.jar:/usr/local/projects/JOGL/jocl-demos/build-x86_64/classes + +#TEST=com.jogamp.opencl.demos.bitonicsort.BitonicSort +TEST=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo +# Crash .. +#TEST=com.jogamp.opencl.demos.julia3d.Julia3d + +java -classpath $CP \ + -Djogamp.debug=all \ + $TEST \ + 2>&1 | tee run.log + |