Browse Source

tests/core/deprecated_func.c: add information message when ENODEV

Nathalie Furmento 13 years ago
parent
commit
9948ec9d90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/core/deprecated_func.c

+ 1 - 0
tests/core/deprecated_func.c

@@ -88,6 +88,7 @@ int submit_codelet(struct starpu_codelet cl, int where)
 				 0);
 	if (ret == -ENODEV)
 	{
+		FPRINTF(stderr, "cannot execute codelet <%s> with where=%d\n", cl.name, where);
 		starpu_data_unregister(handles[0]);
 		starpu_data_unregister(handles[1]);
 		return ret;