|
@@ -1,7 +1,7 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
* Copyright (C) 2013, 2015 Université de Bordeaux
|
|
* Copyright (C) 2013, 2015 Université de Bordeaux
|
|
- * Copyright (C) 2012, 2013, 2014, 2015, 2016 CNRS
|
|
|
|
|
|
+ * Copyright (C) 2012, 2013, 2014, 2015, 2016, 2017 CNRS
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -97,6 +97,8 @@ int main(int argc, char **argv)
|
|
|
|
|
|
int nb_elements, step, loops;
|
|
int nb_elements, step, loops;
|
|
|
|
|
|
|
|
+ STARPU_SKIP_IF_VALGRIND_RETURN_SKIP;
|
|
|
|
+
|
|
/* Not supported yet */
|
|
/* Not supported yet */
|
|
if (starpu_get_env_number_default("STARPU_GLOBAL_ARBITER", 0) > 0)
|
|
if (starpu_get_env_number_default("STARPU_GLOBAL_ARBITER", 0) > 0)
|
|
return STARPU_TEST_SKIPPED;
|
|
return STARPU_TEST_SKIPPED;
|