|
@@ -174,11 +174,4 @@ int main(int argc, char **argv)
|
|
starpu_data_unregister(x_handle);
|
|
starpu_data_unregister(x_handle);
|
|
starpu_shutdown();
|
|
starpu_shutdown();
|
|
STARPU_RETURN(0);
|
|
STARPU_RETURN(0);
|
|
-
|
|
|
|
-enodev:
|
|
|
|
- fprintf(stderr, "WARNING: No one can execute this task\n");
|
|
|
|
- /* yes, we do not perform the computation but we did detect that no one
|
|
|
|
- * could perform the kernel, so this is not an error from StarPU */
|
|
|
|
- starpu_shutdown();
|
|
|
|
- return STARPU_TEST_SKIPPED;
|
|
|
|
}
|
|
}
|