Browse Source

Show expected value

Samuel Thibault 10 years ago
parent
commit
66772f58c0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tests/datawizard/manual_reduction.c

+ 4 - 1
tests/datawizard/manual_reduction.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  *
- * Copyright (C) 2010, 2012-2014  Université de Bordeaux
+ * Copyright (C) 2010, 2012-2015  Université de Bordeaux
  * Copyright (C) 2012, 2013  CNRS
  * Copyright (C) 2012, 2013  CNRS
  *
  *
  * StarPU is free software; you can redistribute it and/or modify
  * StarPU is free software; you can redistribute it and/or modify
@@ -251,7 +251,10 @@ int main(int argc, char **argv)
 	if (variable == INIT_VALUE + NTASKS)
 	if (variable == INIT_VALUE + NTASKS)
 		ret = EXIT_SUCCESS;
 		ret = EXIT_SUCCESS;
 	else
 	else
+	{
+		FPRINTF(stderr, "%u != %u + %u\n", variable, INIT_VALUE, NTASKS);
 		ret = EXIT_FAILURE;
 		ret = EXIT_FAILURE;
+	}
 	STARPU_RETURN(ret);
 	STARPU_RETURN(ret);
 
 
 enodev:
 enodev: