test whole program
This commit is contained in:
@@ -272,6 +272,8 @@ int main(int argc, char **argv)
|
|||||||
//INITAlloc();
|
//INITAlloc();
|
||||||
// INITREGULARALLOC();
|
// INITREGULARALLOC();
|
||||||
// init_malloc();
|
// init_malloc();
|
||||||
|
|
||||||
|
printf("Starting here\n");
|
||||||
|
|
||||||
int num_procs, curr_point;
|
int num_procs, curr_point;
|
||||||
int i;
|
int i;
|
||||||
@@ -282,8 +284,6 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
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++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user