Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
584d3fe962
1 changed files with 1 additions and 1 deletions
  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);