Hi all, I have some setting problems with running PARSEC on Gem5.
First I have download full system file for ALPHA Gem5 and got it run. Then I downloaded PARSEC image file from UT website and unzip it and put it under folder m5_system_2.0b3/disks/ . After that I modifed SysPaths.py and Benchmarks.py accordingly exactly like UT report mentioned and used file " writescript.pl" provided to generated a new .rcS script. I ran blackscholes with command: ./build/ALPHA_MESI_CMP_directory/m5.opt ./configs/example/fs.py -n 16 --script=dedup_16c_simsmall.rcS -I 10000000 --cpu-type=detailed --caches and ./build/ALPHA_MESI_CMP_directory/m5.opt ./configs/example/fs.py -n 16 --script=blackscholes_16c_simsmall.rcS -I 10000000 --cpu-type=detailed --caches which got exactly the same result. Then I removed --script, ./build/ALPHA_MESI_CMP_directory/m5.opt ./configs/example/fs.py -n 16 -I 10000000 --cpu-type=detailed --caches The result was the same as before. That is why I doubted that PARSEC never actually executed. I checked config.ini file, when running scripts like the first two, it showed readfile=dedup_16c_simsmall.rcS and readfile=blackscholes_16c_simsmall.rcS. That means the simulator did read scripts. Now that it read, why it did not execute, if it did not execute, why it did not alarm. I am confused here. Thanks for the patience. Regards, -- Xi Chen
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users