From 2d2fc1263c4c966b4df515566fb1eeb824a80ec5 Mon Sep 17 00:00:00 2001 From: Yannick Naumann Date: Fri, 6 Dec 2024 10:41:03 +0100 Subject: [PATCH] Adapt imputs --- system/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/main.c b/system/main.c index c66a77134c..0c50142cff 100644 --- a/system/main.c +++ b/system/main.c @@ -102,7 +102,7 @@ int main(int argc, char **argv) argc -= 5; - unsigned int num_tasks = 5; + unsigned int num_tasks = 2; int full_input_room = (int)pow(input_size, num_tasks); printf("Full input room: %d\n", full_input_room); unsigned long *deltas = malloc(full_input_room * sizeof(unsigned long));