Explorar o código

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

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
9948ec9d90
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;