|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2010-2017 Université de Bordeaux
|
|
|
+# Copyright (C) 2010-2018 Université de Bordeaux
|
|
|
# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 CNRS
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -763,15 +763,6 @@ define starpu-sched-print-component
|
|
|
set $d = (struct _starpu_worker_component_data *) $c->data
|
|
|
set $l = $d->list
|
|
|
starpu-print-spaces $arg0
|
|
|
- if $d->status == COMPONENT_STATUS_SLEEPING
|
|
|
- printf "sleep "
|
|
|
- end
|
|
|
- if $d->status == COMPONENT_STATUS_RESET
|
|
|
- printf "reset "
|
|
|
- end
|
|
|
- if $d->status == COMPONENT_STATUS_CHANGED
|
|
|
- printf "chang "
|
|
|
- end
|
|
|
printf "%d tasks pipeline %f start %f len %f end %f\n", $l->ntasks, $l->pipeline_len, $l->exp_start, $l->exp_len, $l->exp_end
|
|
|
end
|
|
|
end
|