Explorar o código

mpi/examples/scatter_gather/mpi_scatter_gather.c: remove useless synchronisation

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
edb584d05e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      mpi/examples/scatter_gather/mpi_scatter_gather.c

+ 0 - 1
mpi/examples/scatter_gather/mpi_scatter_gather.c

@@ -223,7 +223,6 @@ int main(int argc, char **argv)
 						   STARPU_VALUE, &rank, sizeof(rank),
 						   STARPU_RW, data_handles[x],
 						   0);
-				starpu_task_wait_for_all();
 			}
 		}
 	}