|
@@ -66,7 +66,7 @@ int starpu_mpi_scatter(starpu_data_handle *data_handles, int count, int root, MP
|
|
//fprintf(stderr, "[%d] Sending data[%d] to %d\n", rank, x, owner);
|
|
//fprintf(stderr, "[%d] Sending data[%d] to %d\n", rank, x, owner);
|
|
starpu_mpi_isend_detached(data_handles[x], owner, owner, comm, NULL, NULL);
|
|
starpu_mpi_isend_detached(data_handles[x], owner, owner, comm, NULL, NULL);
|