Explorar el Código

in STARPU_TASK_PROGRESS, add last jobid/task pointer

Samuel Thibault hace 4 años
padre
commit
3ab1aa549d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/jobs.c

+ 1 - 1
src/core/jobs.c

@@ -288,7 +288,7 @@ void _starpu_handle_job_termination(struct _starpu_job *j)
 	{
 		unsigned long jobs = STARPU_ATOMIC_ADDL(&njobs_finished, 1);
 
-		printf("\r%lu tasks finished...", jobs);
+		printf("\r%lu tasks finished (last %lu %p)...", jobs, j->job_id, j->task);
 		fflush(stdout);
 	}