Browse Source

combined workers from pheft and peager don't work with scheduling contexts

Samuel Thibault 7 years ago
parent
commit
76fdb92b91
1 changed files with 1 additions and 1 deletions
  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}'`
+SCHEDULERS=`STARPU_SCHED="help" ./basic_examples/hello_world 2>&1 | awk '/\t->/ {print $1}' | grep -v pheft | grep -v peager`
 
 for sched in $SCHEDULERS
 do