浏览代码

mpi/src/starpu_mpi_task_insert.c: typo

Nathalie Furmento 10 年之前
父节点
当前提交
8206e9689f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mpi/src/starpu_mpi_task_insert.c

+ 1 - 1
mpi/src/starpu_mpi_task_insert.c

@@ -493,7 +493,7 @@ int _starpu_mpi_task_build_v(MPI_Comm comm, struct starpu_codelet *codelet, stru
 	MPI_Comm_size(comm, &nb_nodes);
 	MPI_Comm_size(comm, &nb_nodes);
 
 
 	/* Find out whether we are to execute the data because we own the data to be written to. */
 	/* Find out whether we are to execute the data because we own the data to be written to. */
-	ret = _starpu_mpi_task_decode_v(codelet, me, nb_nodes, &xrank, &dest, &do_execute, varg_list);
+	ret = _starpu_mpi_task_decode_v(codelet, me, nb_nodes, &xrank, &do_execute, varg_list);
 	if (ret < 0) return ret;
 	if (ret < 0) return ret;
 
 
 	/* Send and receive data as requested */
 	/* Send and receive data as requested */