From aaa987bc4ce360f43cbb03031e7021c3758b3787 Mon Sep 17 00:00:00 2001 From: phung4 <phung4@unknown> Date: Tue, 19 Oct 2004 22:33:49 +0000 Subject: [PATCH] updated to 8x4x4 sys --- src/partition_allocator/partition_allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition_allocator/partition_allocator.c b/src/partition_allocator/partition_allocator.c index fb9aec703ea..6e09489c009 100644 --- a/src/partition_allocator/partition_allocator.c +++ b/src/partition_allocator/partition_allocator.c @@ -29,7 +29,7 @@ #include "graph_solver.h" #include <math.h> -int DIM_SIZE[PA_SYSTEM_DIMENSIONS] = {4,4,4}; +int DIM_SIZE[PA_SYSTEM_DIMENSIONS] = {8,4,4}; struct pa_node*** _pa_system_list; -- GitLab