do intel multi-thread support celeron 1.3G?
My notebook is bought three years ago,its cpu is celeron 1.3G with 768MB memory,I am using Visual C++ 6.0 as IDE.I have already tried TBB programming for last month's puzzle,but i failed to run TBB,an fatal error occured and i cannot fix it. I donnot know whether my old cpu support multi-thread programming,i have examine the sourcecode you provide:lifeofgame,it can be done by divided grid map and numsofneighbous 5000*5000 to 100*100 and then combine blocks together with computing edge elements.The size of blocks depends on the indensity of lives.I am intersted in parreral computing and intel's multi-thread contest.