소스 검색

Avoid modular-gemm scheduler for context test for now

Samuel Thibault 6 년 전
부모
커밋
e5174eaea9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/scheduler/schedulers_context.sh

+ 2 - 2
examples/scheduler/schedulers_context.sh

@@ -2,7 +2,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2012,2014,2015,2017,2018                 CNRS
-# Copyright (C) 2017                                     Université de Bordeaux
+# Copyright (C) 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
@@ -29,7 +29,7 @@ then
     exit 77
 fi
 
-SCHEDULERS=`../tools/starpu_sched_display | grep -v pheft | grep -v peager | grep -v heteroprio`
+SCHEDULERS=`../tools/starpu_sched_display | grep -v pheft | grep -v peager | grep -v heteroprio | grep -v modular-gemm`
 
 for sched in $SCHEDULERS
 do