@@ -153,4 +153,6 @@ int main(int argc, char **argv)
print_block(block, NX, NY, NZ, NX, NX*NY);
starpu_shutdown();
+
+ return 0;
}
@@ -60,6 +60,8 @@ static int push_task_dummy(struct starpu_task *task)
pthread_cond_signal(&sched_cond);
pthread_mutex_unlock(&sched_mutex);
/* The mutex associated to the calling worker is already taken by StarPU */