Explorar o código

bigger tables for the list of workes

Andra Hugo %!s(int64=12) %!d(string=hai) anos
pai
achega
1b597c15fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/sched_ctx/sched_ctx.c

+ 1 - 1
examples/sched_ctx/sched_ctx.c

@@ -57,7 +57,7 @@ int main(int argc, char **argv)
 	starpu_pthread_mutex_init(&mut, NULL);
 	int nprocs1 = 1;
 	int nprocs2 = 1;
-	int procs1[60], procs2[60];
+	int procs1[STARPU_NMAXWORKERS], procs2[STARPU_NMAXWORKERS];
 	procs1[0] = 0;
 	procs2[0] = 0;