Browse Source

src/core/sched_policy.c: record name, filename and color for task without execution

Nathalie Furmento 3 years ago
parent
commit
ec6df56d82
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/sched_policy.c

+ 1 - 0
src/core/sched_policy.c

@@ -494,6 +494,7 @@ int _starpu_repush_task(struct _starpu_job *j)
 	 * corresponding dependencies */
 	if (task->cl == NULL || task->where == STARPU_NOWHERE)
 	{
+		_STARPU_TRACE_TASK_NAME_LINE_COLOR(j);
 		if (!_starpu_perf_counter_paused() && !j->internal)
 		{
 			(void)STARPU_ATOMIC_ADD64(& _starpu_task__g_current_ready__value, -1);