|
@@ -1,7 +1,7 @@
|
|
|
#!/bin/sh
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2012,2014,2015,2017 CNRS
|
|
|
+# Copyright (C) 2012,2014,2015,2017,2018 CNRS
|
|
|
# Copyright (C) 2017 Université de Bordeaux
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -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 | grep -v heteroprio`
|
|
|
+SCHEDULERS=`../tools/starpu_sched_display | grep -v pheft | grep -v peager | grep -v heteroprio`
|
|
|
|
|
|
for sched in $SCHEDULERS
|
|
|
do
|