Hi Ali,

Thank you for your quick reply. But I did try taskset (as the way you
shown) and it printed out the same error.

1/ Is that the problem related to disk image? Because when I check the
previous FAQs, I noticed your reply at (

http://comments.gmane.org/gmane.comp.emulators.m5.users/3939). If it is,
can you tell me how to create a latest disk image?

2/ Also, could you please tell me why the statistics of cpu1 are NULL in
stats.txt? (eg. system.switch_cpus1.committedOps 0)


Thank you for your help,
Yingying Tian




You could try using taskset (I'm not sure if it's on the disk
image), but it does the same thing as m5 pin.

taskset 0x1 $bench0 &


taskset 0x2 $bench1 &

taskset 0x4 $bench2 &

Ali

On 07.08.2012
19:27, Cookie wrote:

>* To whom it may concern, *>* I tried to run 2*spec benchmarks on a 2-core CMP 
>(on X86_FS mode). I tried to use
>* ....*
>* /sbin/m5 pin 0 $bench0 & *>* /sbin/m5 pin 1 $bench1 *>* .... *>* in my*.rcS 
>script file. However it shown the error information as : m5:
setaffinity: Invalid argument
>* I also tried to use taskset 0x1/0x2 to*run 2 workloads at the same time on 
>different cores, it also printed out
the same error information.
>* Even if I removed the cpu affinity*command but just ran workloads as :
>* .... *>* ./$bench0 & *>* ./$bench1*
>* .... *>* *>* I noticed that the committed insts/IPC/CPI of cpu1 is 0.*
>* *>* I've no idea what the problem is. Can anyone please give any*suggestions 
>on how to run multi-programmed workloads in X86_FS mode?
>**
>* Thanks in advance! *>* *>* Yingying Tian*
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to