Преглед изворни кода

Create less tasks on slow machines to avoid overflowing memory

Samuel Thibault пре 13 година
родитељ
комит
9b8ab4b58d
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      tests/overlap/overlap.c

+ 4 - 0
tests/overlap/overlap.c

@@ -25,7 +25,11 @@
 #include <pthread.h>
 #include "../helper.h"
 
+#ifdef STARPU_SLOW_MACHINE
+#define NTASKS	1000
+#else
 #define NTASKS	10000
+#endif
 #define VECTORSIZE	1024
 #define TASKDURATION	24U