Pārlūkot izejas kodu

tests/main/tag_task_data_deps.c: reduce number of loops for slow machine configuration

Nathalie Furmento 12 gadi atpakaļ
vecāks
revīzija
da0271d51e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tests/main/tag_task_data_deps.c

+ 1 - 0
tests/main/tag_task_data_deps.c

@@ -86,6 +86,7 @@ int main(int argc, char **argv)
 
 #ifdef STARPU_SLOW_MACHINE
 	duration = 0;
+	nloops /= 1024;
 #endif
 
 	ret = starpu_init(NULL);