@@ -566,7 +566,9 @@ int main(int argc, char **argv)
starpu_mpi_shutdown();
starpu_shutdown();
+#if 0
MPI_Finalize();
+#endif
return 0;
}