Преглед на файлове

heteroprio doesn't work with the sched_ctx example either

Samuel Thibault преди 7 години
родител
ревизия
3d3b273b75
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/scheduler/schedulers_context.sh

+ 1 - 1
examples/scheduler/schedulers_context.sh

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