소스 검색

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);
 	}