test whole program

This commit is contained in:
2025-08-11 12:05:02 +01:00
parent 6d0a8f98dd
commit a3c228268a

View File

@@ -280,7 +280,9 @@ int main(int argc, char **argv)
thread_arg *arg; thread_arg *arg;
int num_per_thread, excess; int num_per_thread, excess;
parse_args(argc, argv); parse_args(argc, argv);
printf("Starting here\n");
points = (int **)malloc(sizeof(int *) * num_points); points = (int **)malloc(sizeof(int *) * num_points);
for (i=0; i<num_points; i++) for (i=0; i<num_points; i++)