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

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

Samuel Thibault пре 6 година
родитељ
комит
96790a2eb1
1 измењених фајлова са 1 додато и 1 уклоњено
  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;