Przeglądaj źródła

tests/datawizard/sync_and_notify_data.c: lower values on slow machines

Nathalie Furmento 13 lat temu
rodzic
commit
584d3fe962
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/datawizard/sync_and_notify_data.c

+ 1 - 1
tests/datawizard/sync_and_notify_data.c

@@ -88,7 +88,7 @@ int main(int argc, char **argv)
 
 #ifdef STARPU_SLOW_MACHINE
 	n /= 10;
-	k /= 8;
+	k /= 16;
 #endif
 
 	ret = starpu_init(NULL);