|
@@ -1,6 +1,6 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
- * Copyright (C) 2009, 2010, 2012-2014 Université de Bordeaux
|
|
|
|
|
|
+ * Copyright (C) 2009, 2010, 2012-2015 Université de Bordeaux
|
|
* Copyright (C) 2010, 2011, 2012, 2013 CNRS
|
|
* Copyright (C) 2010, 2011, 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
|
|
@@ -45,13 +45,6 @@ int main(int argc, char **argv)
|
|
|
|
|
|
unset_env_variables();
|
|
unset_env_variables();
|
|
|
|
|
|
-#ifdef STARPU_USE_MIC
|
|
|
|
-#ifdef STARPU_DEVEL
|
|
|
|
-#warning nmic = 0 make initialization hang and leaves a process behind...
|
|
|
|
-#endif
|
|
|
|
- return STARPU_TEST_SKIPPED;
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* We try to initialize StarPU without any worker */
|
|
/* We try to initialize StarPU without any worker */
|
|
struct starpu_conf conf;
|
|
struct starpu_conf conf;
|
|
starpu_conf_init(&conf);
|
|
starpu_conf_init(&conf);
|