I am running a multi-threaded application on a multi-core x86 system in
gem5. I want each thread to be assigned to a different core, but I guess
this is not accomplished automatically by scheduler since the number of
instruction committed for one cpu is two orders of magnitude higher than
the others. So, I guess all the threads are mapped to one core. Any idea
how to fix this problem?
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to