|
@@ -2,7 +2,7 @@
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
# Copyright (C) 2012 Inria
|
|
# Copyright (C) 2012 Inria
|
|
-# Copyright (C) 2012-2015,2017 CNRS
|
|
|
|
|
|
+# Copyright (C) 2012-2015,2017,2018 CNRS
|
|
# Copyright (C) 2012,2017 Université de Bordeaux
|
|
# Copyright (C) 2012,2017 Université de Bordeaux
|
|
#
|
|
#
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -30,7 +30,7 @@ then
|
|
exit 77
|
|
exit 77
|
|
fi
|
|
fi
|
|
|
|
|
|
-SCHEDULERS=`STARPU_SCHED="help" ./basic_examples/hello_world 2>&1 | awk '/\t->/ {print $1}' | grep -v heteroprio`
|
|
|
|
|
|
+SCHEDULERS=`../tools/starpu_sched_display | grep -v heteroprio`
|
|
|
|
|
|
for sched in $SCHEDULERS
|
|
for sched in $SCHEDULERS
|
|
do
|
|
do
|