Hello everyone; I have reading the wiki and here (http://www.m5sim.org/Multiprogrammed_workloads) it says that I can finish the execution using the mode max_insts_all_threads, but this option is not implemented. Does any body know how can I finish the execution when all benchmarks executes n instructions?
Thanks in advance Rodrigo From: rodrigo.r...@hotmail.com To: gem5-users@gem5.org Date: Tue, 15 Oct 2013 11:43:40 +0000 Subject: Re: [gem5-users] About executing multi loads Hello everyone; Sorry for asking again but I cannot figure out how to execute a multi load, executing a fixed number of instruction for each program and keeping the memory stress when programs finish at different time. I really appreciate your help. Thanks in advance Rodrigo From: rodrigo.r...@hotmail.com To: gem5-users@gem5.org Date: Thu, 10 Oct 2013 17:14:11 +0000 Subject: [gem5-users] About executing multi loads Hello everyone; I am using gem5 for multi loads, I am using the below line for executing the simulator: /scratch/gem5/gem5-stable/build/X86/gem5.opt /scratch/gem5/gem5-stable/configs/example/se.py --caches --l1d_size=32kB --l1d_assoc=8 --l1i_size=32kB --l1i_assoc=8 --l2_size=256kB --l2_assoc=8 --l2cache --fast-forward=2000000000 --maxinsts=1000000000 --cpu-type=detailed -n 4 --cmd="prog1;prog2;prog3;prog4" --options="param1;param2;param3;param4" --input="in1.txt;in2.txt;in3.txt;in4.txt" --output="out1;out2;out3;out4" --errout="CLP1.err;CLP2.err;CLP3.err;CLP4.err" But I want that each program executes 1 billion instructions in detailed mode, but it seems that the simulators ends when any program reaches 1 billion instructions, for different IPC between programs some programs only executes 1 million instructions or less. In summary I need each program executes 1 billion instructions and when one reaches 1 billion instructions it continues executing for stressing the memory but not affecting the stats. Is it possible? Thanks in advance Rodrigo _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users