Explorar o código

Really print errors

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
f6a95d85ad
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/microbenchs/matrix_as_vector.c

+ 2 - 2
tests/microbenchs/matrix_as_vector.c

@@ -166,12 +166,12 @@ int check_size(int nx, struct starpu_codelet *vector_codelet, struct starpu_code
 	}
 	else
 	{
-		FPRINTF(stderr, "Incorrect result nx=%7d --> mean=%7f != %7f\n", nx, matrix[0], mean);
+		fprintf(stderr, "# Incorrect result nx=%7d --> mean=%7f != %7f\n", nx, matrix[0], mean);
 		ret = EXIT_FAILURE;
 	}
 end:
 	if (ret == -ENODEV)
-		FPRINTF(stderr, "Uh, ENODEV?!");
+		fprintf(stderr, "# Uh, ENODEV?!");
 	starpu_free(matrix);
 	return ret;
 }