|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010-2011 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 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
|
|
@@ -93,6 +93,10 @@ int main(int argc, char **argv)
|
|
|
struct timeval start;
|
|
|
struct timeval end;
|
|
|
|
|
|
+#ifdef STARPU_SLOW_MACHINE
|
|
|
+ ntasks = 128;
|
|
|
+#endif
|
|
|
+
|
|
|
parse_args(argc, argv);
|
|
|
|
|
|
ret = starpu_init(NULL);
|