瀏覽代碼

Reduce examples/scheduler/schedulers.sh execution time

Samuel Thibault 6 年之前
父節點
當前提交
cdbb6f1c2b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/scheduler/schedulers.sh

+ 2 - 2
examples/scheduler/schedulers.sh

@@ -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