Hi all I have a very simple question, any sort of suggestions are highly appreciated. I am running Android ICS on Gem5. 1. When I run Bbench or Video on Gem5, I can see the frames indicating that these applications are running. 2. But when I run benchmarks like SPEC benchmarks, then how can I be sure that they are running. I inserted echo statements in the script running benchmarks, but I could not see them getting executed.
*-------Script-----* sleep 10 /sbin/m5 dumpstats /sbin/m5 checkpoint /sbin/m5 resetstats *echo "Running Backprop1"* run_backprop1 & *echo "Running Bbench"* run_bbench_test & ------------------------- >From the above script we can see that bbench will get executed only when previous commands have executed in background or have given error (could not run). But I am not able to see them on terminal or shell. How can I be sure? -- Have a great day! Thanks and Warm Regards Davesh Shingari Master's in Computer Engineering [EE] Arizona State University [email protected] ᐧ
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
