Hello, I am trying to run the Parsec benchmarks with Gem5. I followed the instructions listed in
http://www.m5sim.org/PARSEC_benchmarks And the disk images taken from here (the one for X86): http://www.cs.utexas.edu/~parsec_m5/ The problem is that I am trying to run the script generator ( http://www.cs.utexas.edu/~parsec_m5/writescripts.pl) but it is not working, it is not generating the script. I can see that my error is these lines: open( INFILE, "./inputsets.txt" ); while( ! $found && ($line = <INFILE>) ) { .... It never enters in the while look because $line is empty. Where is the ./inputsets.txt allocated? I guess I should run my script in some specific directory, but I cannot find the inputsets.txt anywhere :S Thanks a lot for your attention, Alberto
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
