Hi All
I have a multi thread program and use pthread_setaffinity_np.  I want map each 
thread onto specific core. I want thread0 run on cpu0, thread1 run cpu1 , ..... 
.    I run it on my linux and it is correct. When i run gem5 but gem5's linux 
map all threads on cpu0(bootup cpu). why all theads map on cpu0??
command:  ./build/X86/gem5.fast configs/example/fs.py 
--kernel=/dist/m5/system1/binaries/x86_64-vmlinux-2.6.22.9.smp 
--disk-image=/dist/m5/system1/disks/linux-x86.img -n 4 --caches 
--script=salam.rCS
Thanks 
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to