Samuel Thibault 4 anni fa
parent
commit
d88ba12751
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
 	{
-		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();
 		return 1;
 	}