So is it possible to execute a pthread multithreaded application on SE by assigning each thread to 1 core?

On 04/05/2012 01:19 PM, Nilay Vaish wrote:
On Thu, 5 Apr 2012, Mohamed h?di Ghaddab wrote:

Hi,
i want to know how is a multithreaded program distributed and
scheduled on a given
multiprocessor platform configuration? (SE and FS mode)


In SE mode, each thread is assigned a processor of its own, so no scheduling is required. In FS mode, the operating system takes care of scheduling threads.

--
Nilay


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

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

Reply via email to