|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
*
|
|
|
- * Copyright (C) 2010, 2012, 2014 Université de Bordeaux
|
|
|
+ * Copyright (C) 2010, 2012, 2014-2015 Université de Bordeaux
|
|
|
* Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -21,7 +21,11 @@
|
|
|
#include <unistd.h>
|
|
|
#include "../helper.h"
|
|
|
|
|
|
+#ifdef STARPU_QUICK_CHECK
|
|
|
#define N 1000
|
|
|
+#else
|
|
|
+#define N 100
|
|
|
+#endif
|
|
|
#define VECTORSIZE 1024
|
|
|
|
|
|
void codelet_null(void *descr[], STARPU_ATTRIBUTE_UNUSED void *_args)
|