Browse Source

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

Nathalie Furmento 14 years ago
parent
commit
edb584d05e
1 changed files with 0 additions and 1 deletions
  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();
 			}
 		}
 	}