|
|
@@ -99,6 +99,8 @@ int main(int argc, char **argv)
|
|
|
STARPU_RETURN(EXIT_SUCCESS);
|
|
|
|
|
|
enodev:
|
|
|
+ task->destroy = 0;
|
|
|
+ starpu_task_destroy(task);
|
|
|
starpu_data_unregister(handle);
|
|
|
fprintf(stderr, "WARNING: No one can execute this task\n");
|
|
|
/* yes, we do not perform the computation but we did detect that no one
|