@@ -75,6 +75,8 @@ int dotest(struct starpu_disk_ops *ops, char *base)
return EXIT_FAILURE;
conf.ncuda = 0;
conf.nopencl = 0;
+ conf.nmic = 0;
+ conf.nscc = 0;
ret = starpu_init(&conf);
if (ret == -ENODEV) goto enodev;