瀏覽代碼

bigger tables for the list of workes

Andra Hugo 12 年之前
父節點
當前提交
1b597c15fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;