Stockfish 3 Official JA Windows/Linux builds available

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
Mike S.
Posts: 1480
Joined: Thu Mar 09, 2006 5:33 am

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Mike S. »

Thanks! :mrgreen: It was just about time. May the Stockfish #3 swim fast and live long and prosper.
Regards, Mike
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Jim Ablett »

Jim Ablett wrote:
Jouni wrote:Finally great news! But note: JA compile 4% SLOWER than autocompile from http://abrok.eu/stockfish/ dated 30.4. in Pentium 4 prosessor (bench ran many times with same difference).
My compiles seem a bit crippled on Intels. May a bit better on Amds.

Jim.
These are the numbers I get when I run both normal x64 builds on my old athlon >

Code: Select all

autocompile from http://abrok.eu/stockfish/ dated 30.4.

Total time <ms> &#58; 10079
Nodes searched  &#58; 4176431
Nodes/second    &#58; 414369

Code: Select all

Stockfish 3 64 JA

Total time <ms> &#58; 7736
Nodes searched  &#58; 4176431
Nodes/second    &#58; 539869
Jim.
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Jim Ablett »

I just discovered the win32 builds have a dependency :shock: >

I will recompile without the dependency but for now >

https://dl.dropboxusercontent.com/u/504 ... read-1.dll

Just drop it in with the win32 executable.

Jim.
maschmdt
Posts: 13
Joined: Sat Feb 23, 2008 8:07 pm

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by maschmdt »

Thanks Jim!

My question: Sholdn't the popcnt build run faster than the standard build?

Bench on my Athlon II:

Code: Select all

Stockfish 3 64 JA

Total time <ms> &#58; 3662
Nodes searched  &#58; 4176431
Nodes/second    &#58; 1140478

Code: Select all

Stockfish 3 64 popcnt JA

Total time <ms> &#58; 4279
Nodes searched  &#58; 4176431
Nodes/second    &#58; 976029
Michael.
User avatar
Graham Banks
Posts: 41415
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Graham Banks »

Jim Ablett wrote:Image

http://stockfishchess.org/

Stockfish 3 JA by The Stockfish Team
Thanks to all involved with the project. 8-)
gbanksnz at gmail.com
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Jim Ablett »

maschmdt wrote:Thanks Jim!

My question: Sholdn't the popcnt build run faster than the standard build?

Bench on my Athlon II:

Code: Select all

Stockfish 3 64 JA

Total time <ms> &#58; 3662
Nodes searched  &#58; 4176431
Nodes/second    &#58; 1140478

Code: Select all

Stockfish 3 64 popcnt JA

Total time <ms> &#58; 4279
Nodes searched  &#58; 4176431
Nodes/second    &#58; 976029
Michael.
Yes, that's definitely bad. I'm recompiling all the windows builds right now
and hopefully rectifying the mess-ups.

Jim.
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Jim Ablett »

Here are some win32 compiles that don't have any dependencies.

https://dl.dropboxusercontent.com/u/504 ... -32-ja.zip

Jim.
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Jim Ablett »

For those waiting for a decent win64 sse42 compile Dann Corbit send me his here >

https://dl.dropboxusercontent.com/u/504 ... pop-dc.zip

Here is the email (posted with permission)

For me, a simple build with the supplied makefile followed by strip.exe to remove the symbols makes the fastest binary.



Building your own version seems to make a faster binary for some reason:
JA releases:
c:\chess\stockfish3\Windows>stockfish-3-64-ja.exe bench 1>nul
===========================
Total time (ms) : 3048
Nodes searched : 4176431
Nodes/second : 1370220

c:\chess\stockfish3\Windows>stockfish-3-64-popcnt-ja.exe bench 1>nul
===========================
Total time (ms) : 3373
Nodes searched : 4176431
Nodes/second : 1238194

Built using Makefile with gcc.exe (rev1, Built by MinGW-builds project) 4.8.0:
c:\chess\stockfish3\Windows>stockfish.exe bench 1>nul
===========================
Total time (ms) : 2940
Nodes searched : 4176431
Nodes/second : 1420554

builds from http://abrok.eu/stockfish/:
13043019 builds:
c:\chess\stockfish3\Windows>stockfish_13043019_x64.exe bench 1>nul
===========================
Total time (ms) : 3118
Nodes searched : 4176431
Nodes/second : 1339458

c:\chess\stockfish3\Windows>stockfish_13043019_x64_modern.exe bench 1>nul
===========================
Total time (ms) : 2973
Nodes searched : 4176431
Nodes/second : 1404786

c:\chess\stockfish3\Windows>stockfish_13043019_x64_modern_sse42.exe bench 1>nul
===========================
Total time (ms) : 2956
Nodes searched : 4176431
Nodes/second : 1412865

13043020 builds:
c:\chess\stockfish3\Windows>stockfish_13043020_x64.exe bench 1>nul
===========================
Total time (ms) : 3108
Nodes searched : 4176431
Nodes/second : 1343768

c:\chess\stockfish3\Windows>stockfish_13043020_x64_modern.exe bench 1>nul
===========================
Total time (ms) : 2961
Nodes searched : 4176431
Nodes/second : 1410479

c:\chess\stockfish3\Windows>stockfish_13043020_x64_modern_sse42.exe bench 1>nul
===========================
Total time (ms) : 2995
Nodes searched : 4176431
Nodes/second : 1394467
Jim.
Vinvin
Posts: 5228
Joined: Thu Mar 09, 2006 9:40 am
Full name: Vincent Lejeune

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Vinvin »

Graham Banks wrote:
Jim Ablett wrote:Image

http://stockfishchess.org/

Stockfish 3 JA by The Stockfish Team
Thanks to all involved with the project. 8-)
+1 !

(Bench gives 600 Kn/sec in my old Athlon 2.2Ghz 64 bit)
Last edited by Vinvin on Wed May 01, 2013 2:44 am, edited 1 time in total.
jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by jdart »

Is there a short overview of the testing framework available somewhere?

--Jon