// ExecLocal.cpp // Batch Processor for Generating and Testing Graphs // No file name is passed in. // The file name will be created according to the last 4 command line arguments //#include #include #include #include //#include #include #include using namespace std; int main(int argc,char **argv) {int termstat,pid,count; // Command line arguments are: // <#times to run> char **CommandArgs,thisSeed[5]; // argv[1] is # executions; store in local variable int numTimes=atoi(argv[3]); char fileName[40]; strcpy(fileName, argv[2]); for (count=0;count