Преглед изворни кода

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

Nathalie Furmento пре 14 година
родитељ
комит
edb584d05e
1 измењених фајлова са 0 додато и 1 уклоњено
  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();
 			}
 		}
 	}