|
@@ -198,7 +198,7 @@ int _starpu_insert_task_create_and_submit(char *arg_buffer, starpu_codelet *cl,
|
|
|
int ret = starpu_task_submit(*task);
|
|
|
|
|
|
if (STARPU_UNLIKELY(ret == -ENODEV))
|
|
|
- fprintf(stderr, "No one can execute task %p wih cl %p (symbol %s)\n", *task, (*task)->cl, ((*task)->cl->model && (*task)->cl->model->symbol)?(*task)->cl->model->symbol:"none");
|
|
|
+ fprintf(stderr, "submission of task %p wih codelet %p failed (symbol `%s')\n", *task, (*task)->cl, ((*task)->cl->model && (*task)->cl->model->symbol)?(*task)->cl->model->symbol:"none");
|
|
|
|
|
|
STARPU_ASSERT(!ret);
|
|
|
return ret;
|