Browse Source

remove forgot printf :)

Andra Hugo 12 years ago
parent
commit
94b7cce257
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/sched_policies/deque_modeling_policy_data_aware.c

+ 0 - 3
src/sched_policies/deque_modeling_policy_data_aware.c

@@ -629,9 +629,6 @@ static void compute_all_performance_predictions(struct starpu_task *task,
 
 			exp_end[worker_ctx][nimpl] = exp_start + fifo->exp_len + local_task_length[worker_ctx][nimpl];
 
-
-			printf("%d/%d: exp_start %lf exp_len %lf exp_end %lf local_len %lf local_pen %lf \n", worker, sched_ctx_id, exp_start,  fifo->exp_len, exp_end[worker_ctx][nimpl], 
-			       local_task_length[worker_ctx][nimpl], local_data_penalty[worker_ctx][nimpl]);			
 			if (exp_end[worker_ctx][nimpl] < best_exp_end)
 			{
 				/* a better solution was found */