Przeglądaj źródła

Create less tasks on slow machines to avoid overflowing memory

Samuel Thibault 13 lat temu
rodzic
commit
9b8ab4b58d
1 zmienionych plików z 4 dodań i 0 usunięć
  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