vote up 1 vote down star
1

Hi, I'm searching for a Sequential implementation of multiprocessor scheduling algorithm, preferably implemented in c++, or c. Any suggestions are welcome.

flag

75% accept rate
Do you mean 'symmetric multiprocessing', or sequential scheduling for a multiprocessor system, or a particular scheduling algorithm referred to as 'sequential'? A link to a description of what you seek would be useful – Novelocrat Sep 10 at 22:16
Changed question a bit. Should make sense now.. – Sorantis Sep 10 at 22:36

2 Answers

vote up 0 vote down

See Multiprocessing as starter.

link|flag
Been there, done that... – Sorantis Sep 10 at 22:37
vote up 1 vote down

If it was sequential, it wouldn't BE a "multi"-processor. So I assume you want a sequential implementation of an optimization algorithm for allocation of resources, where the resources happen to be processor cores? What are you trying to optimize (throughput, latency, ?)? Do all the tasks arrive at once, if not then what is the load factor? What do you know about the tasks to be scheduled (i.e. durations are Poisson distributed, or you're given a specific finite set of tasks, or?)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.