SMP beginner question
Posted: 01 Nov 2006, 18:39
Aloha!
I just ordered a dual core machine today - so naturally I would like to adapt my checkers program so that it can use the additional power, and for that I have a lot of questions... I hope I can get some answers
1) I know there are different concepts for multiprocessor engines (YBWC, DTS, etc). I'm looking for the simplest one, because I'm basically a lazy person. What would that be? I am not looking for a solution that scales well up to 1000s of CPUs, just something for the near future which is duals and quads (IMO).
2) after giving an answer to 1), would you know of a good description of how to implement it? and available online?
3) My program plays checkers, not chess, and that means that I typically only have 10 moves or so instead of ~40 like in chess. Does that change your answer to 1)?
4) My program uses MTD(f) instead of PVS - does that change your answer to 1)?
cheers
Martin
I just ordered a dual core machine today - so naturally I would like to adapt my checkers program so that it can use the additional power, and for that I have a lot of questions... I hope I can get some answers
1) I know there are different concepts for multiprocessor engines (YBWC, DTS, etc). I'm looking for the simplest one, because I'm basically a lazy person. What would that be? I am not looking for a solution that scales well up to 1000s of CPUs, just something for the near future which is duals and quads (IMO).
2) after giving an answer to 1), would you know of a good description of how to implement it? and available online?
3) My program plays checkers, not chess, and that means that I typically only have 10 moves or so instead of ~40 like in chess. Does that change your answer to 1)?
4) My program uses MTD(f) instead of PVS - does that change your answer to 1)?
cheers
Martin