|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2009, 2010 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2009, 2010, 2012 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -112,6 +112,11 @@ int main(int argc __attribute__((unused)) , char **argv __attribute__((unused)))
|
|
|
exit(77);
|
|
|
STARPU_CHECK_RETURN_VALUE(ret, "starpu_init");
|
|
|
|
|
|
+#ifdef STARPU_SLOW_MACHINE
|
|
|
+ ni /= 4;
|
|
|
+ nk /= 16;
|
|
|
+#endif
|
|
|
+
|
|
|
#ifdef STARPU_USE_GORDON
|
|
|
/* load an empty kernel and get its identifier */
|
|
|
unsigned gordon_null_kernel = load_gordon_null_kernel();
|