Samuel Thibault 8 years ago
parent
commit
ba99bbd04f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/mp_common/source_common.c

+ 1 - 1
src/drivers/mp_common/source_common.c

@@ -1016,7 +1016,7 @@ static void _starpu_src_common_worker_internal_work(struct _starpu_worker_set *
             if(tasks[i] != NULL)
             {
                 _starpu_set_local_worker_key(&worker_set->workers[i]);
-                _starpu_fetch_task_input(task[i], _starpu_get_job_associated_to_task(tasks[i]), 1);
+                _starpu_fetch_task_input(tasks[i], _starpu_get_job_associated_to_task(tasks[i]), 1);
             }
         }