Browse Source

Skip test if cholesky_tag is not available (no blas)

Samuel Thibault 13 years ago
parent
commit
d7f11524bf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/scheduler/schedulers.sh

+ 2 - 0
examples/scheduler/schedulers.sh

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