Pārlūkot izejas kodu

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

Nathalie Furmento 13 gadi atpakaļ
vecāks
revīzija
584d3fe962
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);