Explorar o código

Only call callback on receive side

Samuel Thibault %!s(int64=13) %!d(string=hai) anos
pai
achega
73ce7dd24f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mpi/starpu_mpi_insert_task.c

+ 1 - 1
mpi/starpu_mpi_insert_task.c

@@ -426,7 +426,7 @@ void starpu_mpi_get_data_on_node_detached(MPI_Comm comm, starpu_data_handle_t da
         }
         else if (me == rank)
         {
-		starpu_mpi_isend_detached(data_handle, node, tag, comm, callback, arg);
+		starpu_mpi_isend_detached(data_handle, node, tag, comm, NULL, NULL);
         }
 }