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

Reply via email to