Kaynağa Gözat

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

Nathalie Furmento 11 yıl önce
ebeveyn
işleme
1a402d1daf
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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 */
 	/* We are going to synchronize with the last tasks */
 	if (iter == niter)
 	if (iter == niter)
 	{
 	{
-		task->detach = 0;
 		task->use_tag = 1;
 		task->use_tag = 1;
 		task->tag_id = TAG_FINISH(z);
 		task->tag_id = TAG_FINISH(z);
 	}
 	}