Hi everyone,

I am doing my project with the help of gem5 using PARSEC benchmark suite. I am 
able to simulate the single workload in quad-core environment using the command,
build/ALPHA_FS/gem5.opt  --debug-flags=CustomLog configs/example/fs.py 
--script=Execution/Scripts/blackscholes/blackscholes_32c_simsmall.rcS 
--maxinsts=50000000000 --cpu-type=detailed  --caches --l2cache --num-l2caches=4 
--l2_size=4MB --l2_assoc=8 -F 5000000000

My Project also requires to do the simulation with multiple workloads 
concurrently by assigning each workload to different cores (4 workloads to 4 
different cores). I tried using the command,
build/ALPHA_FS/gem5.opt --debug-flags=CustomLog configs/example/fs.py 
--script=Execution/Scripts/blackscholes/blackscholes_32c_test.rcS;Execution/Scripts/bodytrack/bodytrack_32c_test.rcS;Execution/Scripts/x264/x264_32c_test.rcS;Execution/Scripts/vips/vips_32c_test.rcS
 --cpu-type=detailed --caches --l2cache --num-l2caches=4 -F 50000000000

Kindly let me know the command for executing the same.

Regards,
Sampath Kumar.

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to