ソースを参照

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

Nathalie Furmento 15 年 前
コミット
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();
 			}
 		}
 	}