Explorar el Código

Do not inherit MPI data when partitioning data, application needs to provide a separate MPI tag

Samuel Thibault hace 6 años
padre
commit
96790a2eb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/datawizard/filters.c

+ 1 - 1
src/datawizard/filters.c

@@ -238,7 +238,7 @@ static void _starpu_data_partition(starpu_data_handle_t initial_handle, starpu_d
 		child->readonly = 0;
 		child->active = inherit_state;
 		child->active_ro = 0;
-                child->mpi_data = initial_handle->mpi_data;
+                child->mpi_data = NULL;
 		child->root_handle = initial_handle->root_handle;
 		child->father_handle = initial_handle;
 		child->active_children = NULL;