test whole program
This commit is contained in:
@@ -273,6 +273,8 @@ int main(int argc, char **argv)
|
||||
// INITREGULARALLOC();
|
||||
// init_malloc();
|
||||
|
||||
printf("Starting here\n");
|
||||
|
||||
int num_procs, curr_point;
|
||||
int i;
|
||||
pthread_t *pid;
|
||||
@@ -282,8 +284,6 @@ int main(int argc, char **argv)
|
||||
|
||||
parse_args(argc, argv);
|
||||
|
||||
printf("Starting here\n");
|
||||
|
||||
points = (int **)malloc(sizeof(int *) * num_points);
|
||||
for (i=0; i<num_points; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user