Browse Source

mpi: fix typo

Nathalie Furmento 7 years ago
parent
commit
e72559461f
1 changed files with 1 additions and 1 deletions
  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);
 
 	/* kill the progression thread */
-	_starpu_mpi_progress_shutdown(value);
+	_starpu_mpi_progress_shutdown(&value);
 
 	_STARPU_MPI_TRACE_STOP(rank, world_size);