Explorar o código

heteroprio can't deal with cholesky not having OpenCL implementations, on systems with an OpenCL accelerator

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
cfc13b8225
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/scheduler/schedulers.sh

+ 1 - 1
examples/scheduler/schedulers.sh

@@ -29,7 +29,7 @@ then
     exit 77
 fi
 
-SCHEDULERS=`STARPU_SCHED="help" ./basic_examples/hello_world 2>&1 | awk '/\t->/ {print $1}'`
+SCHEDULERS=`STARPU_SCHED="help" ./basic_examples/hello_world 2>&1 | awk '/\t->/ {print $1}' | grep -v heteroprio`
 
 for sched in $SCHEDULERS
 do