|
@@ -1,19 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
exampledir=../examples/
|
|
exampledir=../examples/
|
|
@@ -21,6 +21,7 @@ exampledir=../examples/
|
|
check_success()
|
|
check_success()
|
|
{
|
|
{
|
|
if [ $1 != 0 ] ; then
|
|
if [ $1 != 0 ] ; then
|
|
|
|
+ echo "failure"
|
|
exit $1
|
|
exit $1
|
|
fi
|
|
fi
|
|
}
|
|
}
|
|
@@ -36,7 +37,7 @@ apps()
|
|
check_success $?
|
|
check_success $?
|
|
|
|
|
|
echo "variable no worker"
|
|
echo "variable no worker"
|
|
- STARPU_NCUDA=0 STARPU_NOPENCL=0 STARPU_NCPUS=0 $exampledir/basic_examples/variable
|
|
+ STARPU_NCUDA=0 STARPU_NOPENCL=0 STARPU_NCPUS=0 $exampledir/basic_examples/variable
|
|
check_success $?
|
|
check_success $?
|
|
|
|
|
|
echo "incrementer opencl"
|
|
echo "incrementer opencl"
|