Browse Source

examples/stencil/stencil-tasks.c: task does not need to be un-detached

Nathalie Furmento 11 years ago
parent
commit
1a402d1daf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/stencil/stencil-tasks.c

+ 0 - 1
examples/stencil/stencil-tasks.c

@@ -179,7 +179,6 @@ void create_task_update(unsigned iter, unsigned z, int local_rank)
 	/* We are going to synchronize with the last tasks */
 	if (iter == niter)
 	{
-		task->detach = 0;
 		task->use_tag = 1;
 		task->tag_id = TAG_FINISH(z);
 	}