[computer-go] OpenMP / Quad Core experiments

2008-01-01 Thread terry mcintyre
I have been tinkering with OpenMP and my new HP Quad Intel 6600. Wrote a small program to compute the Taylor series of e and pi, just for exploration, and I've found some interesting data points. I am using gcc 4.2 and 4.3.1 - the latter being the head of the SVN repository. Kubuntu 7.10, both 32

Re: [computer-go] OpenMP / Quad Core experiments

2008-01-01 Thread Weimin Xiao
In order to use multi-core CPU efficiently, you better give each core a bigger task to reduce communication overhead. Weimin - Original Message - From: terry mcintyre [EMAIL PROTECTED] To: computer-go@computer-go.org Sent: Tuesday, January 01, 2008 10:01 AM Subject: [computer-go]

[computer-go] Bradley-Terry Model

2008-01-01 Thread ivan dubois
Hello all, Does someone know about an implementation and/or an algorithmic description of the Bradley-Terry model ? Thanks and happy new year ! _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails

[computer-go] December CGOS games

2008-01-01 Thread Don Dailey
The http://hsrf-mact.cse.ucsc.edu/~drd/cgosArchives.html site seems to be down again. If anyone want to get the December games now, they will be temporarily available here but only in bzip2 format: http://greencheeks.homelinux.org:8015/~drd/2007-12.tar.bz2 - Don

Re: [computer-go] Bradley-Terry Model

2008-01-01 Thread Jason House
I think of Bradley Terry as a generic class of mathematical models. I have to assume you mean what Remi did in Crazy Stone. http://remi.coulom.free.fr/Amsterdam2007/MMGoPatterns.pdf If that's not what you're looking for, can you post more clarification? I've started an open source implementation

[computer-go] Re: OpenMP / Quad Core experiments

2008-01-01 Thread Hideki Kato
Happy New Year, all. terry mcintyre: [EMAIL PROTECTED]: I have been tinkering with OpenMP and my new HP Quad Intel 6600. Wrote a small program to compute the Taylor series of e and pi, just for exploration, and I've found some interesting data points. I am using gcc 4.2 and 4.3.1 - the latter

[computer-go] Re: OpenMP / Quad Core experiments (repost)

2008-01-01 Thread Hideki Kato
Happy New Year, all. terry mcintyre: [EMAIL PROTECTED]: cut One more puzzle: this processor is rated at 2.4GHz, but cpuinfo tells a different story: It's because SpeedStep is working. You can stop it in BIOS setting. http://en.wikipedia.org/wiki/SpeedStep -Hideki [EMAIL PROTECTED]:/proc$ cat