浏览代码

mpi: fix typo

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

+ 1 - 1
mpi/src/starpu_mpi_init.c

@@ -186,7 +186,7 @@ int starpu_mpi_shutdown(void)
 	starpu_mpi_comm_size(MPI_COMM_WORLD, &world_size);
 	starpu_mpi_comm_size(MPI_COMM_WORLD, &world_size);
 
 
 	/* kill the progression thread */
 	/* kill the progression thread */
-	_starpu_mpi_progress_shutdown(value);
+	_starpu_mpi_progress_shutdown(&value);
 
 
 	_STARPU_MPI_TRACE_STOP(rank, world_size);
 	_STARPU_MPI_TRACE_STOP(rank, world_size);