Samuel Thibault 4 lat temu
rodzic
commit
d88ba12751
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      mpi/examples/cg/cg.c

+ 1 - 1
mpi/examples/cg/cg.c

@@ -375,7 +375,7 @@ int main(int argc, char **argv)
 
 
 	if (n % nblocks != 0)
 	if (n % nblocks != 0)
 	{
 	{
-		FPRINTF_SERVER(stderr, "The number of blocks (%d) must divide the matrix size (%d).\n", nblocks, n);
+		FPRINTF_SERVER(stderr, "The number of blocks (%d) must divide the matrix size (%lld).\n", nblocks, n);
 		starpu_mpi_shutdown();
 		starpu_mpi_shutdown();
 		return 1;
 		return 1;
 	}
 	}