Adapt imputs
This commit is contained in:
parent
7bf5e50426
commit
2d2fc1263c
@ -102,7 +102,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
argc -= 5;
|
argc -= 5;
|
||||||
|
|
||||||
unsigned int num_tasks = 5;
|
unsigned int num_tasks = 2;
|
||||||
int full_input_room = (int)pow(input_size, num_tasks);
|
int full_input_room = (int)pow(input_size, num_tasks);
|
||||||
printf("Full input room: %d\n", full_input_room);
|
printf("Full input room: %d\n", full_input_room);
|
||||||
unsigned long *deltas = malloc(full_input_room * sizeof(unsigned long));
|
unsigned long *deltas = malloc(full_input_room * sizeof(unsigned long));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user