Explorar o código

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

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
1a402d1daf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
 	}