Samuel Thibault 8 lat temu
rodzic
commit
173a6b0f29
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/drivers/mpi/driver_mpi_common.c

+ 1 - 1
src/drivers/mpi/driver_mpi_common.c

@@ -80,7 +80,7 @@ int _starpu_mpi_common_mp_init()
 #endif
 
                 int thread_support;
-                if (MPI_Init_thread(_starpu_get_argc(), _starpu_get_argv(), required, &thread_support) != MPI_SUCCESS);
+                if (MPI_Init_thread(_starpu_get_argc(), _starpu_get_argv(), required, &thread_support) != MPI_SUCCESS)
 		{
 			STARPU_ABORT_MSG("Cannot Initialize MPI !");
 		}