Browse Source

MPI: tests/ring_async_implicit.c: MPI_Finalize is called by StarPU

Nathalie Furmento 14 years ago
parent
commit
c5c981039e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/tests/ring_async_implicit.c

+ 1 - 1
mpi/tests/ring_async_implicit.c

@@ -113,7 +113,7 @@ int main(int argc, char **argv)
 	starpu_mpi_shutdown();
 	starpu_shutdown();
 
-	MPI_Finalize();
+        //MPI_Finalize();
 
 	if (rank == last_rank)
 	{