|
@@ -1,7 +1,7 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
* Copyright (C) 2009, 2010-2011, 2013-2015 Université de Bordeaux
|
|
* Copyright (C) 2009, 2010-2011, 2013-2015 Université de Bordeaux
|
|
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016 CNRS
|
|
|
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017 CNRS
|
|
* Copyright (C) 2012 INRIA
|
|
* Copyright (C) 2012 INRIA
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -33,7 +33,7 @@
|
|
#if !defined(STARPU_HAVE_CXX11) || defined(STARPU_USE_NUMA)
|
|
#if !defined(STARPU_HAVE_CXX11) || defined(STARPU_USE_NUMA)
|
|
int main(int argc, char **argv)
|
|
int main(int argc, char **argv)
|
|
{
|
|
{
|
|
- return STARPU_TEST_SKIPPED;
|
|
|
|
|
|
+ return 77;
|
|
}
|
|
}
|
|
#else
|
|
#else
|
|
void cpu_kernel_add_vectors(void *buffers[], void *cl_arg)
|
|
void cpu_kernel_add_vectors(void *buffers[], void *cl_arg)
|