|
@@ -3,7 +3,7 @@
|
|
|
#
|
|
|
# Copyright (C) 2012 Inria
|
|
|
# Copyright (C) 2012-2015,2017,2018 CNRS
|
|
|
-# Copyright (C) 2012,2017 Université de Bordeaux
|
|
|
+# Copyright (C) 2012,2017,2019 Université de Bordeaux
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -35,6 +35,6 @@ SCHEDULERS=`../tools/starpu_sched_display | grep -v heteroprio`
|
|
|
for sched in $SCHEDULERS
|
|
|
do
|
|
|
echo "cholesky.$sched"
|
|
|
- STARPU_SCHED=$sched ./cholesky/cholesky_tag
|
|
|
+ STARPU_SCHED=$sched ./cholesky/cholesky_tag -size $((960*3)) -nblocks 3
|
|
|
check_success $?
|
|
|
done
|