ソースを参照

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

Nathalie Furmento 11 年 前
コミット
1a402d1daf
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  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);
 	}