Explorar o código

Skip test if cholesky_tag is not available (no blas)

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

+ 2 - 0
examples/scheduler/schedulers.sh

@@ -23,6 +23,8 @@ check_success()
     fi
 }
 
+[ -x ./cholesky/cholesky_tag ] || exit 77
+
 SCHEDULERS=`STARPU_SCHED="help" ./basic_examples/hello_world 2>&1 | awk '/->/ {print $1}'`
 
 for sched in $SCHEDULERS