Stockfish 3 Official JA Windows/Linux builds available

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

Moderators: hgm, Rebel, chrisw

gladius
Posts: 568
Joined: Tue Dec 12, 2006 10:10 am
Full name: Gary Linscott

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by gladius »

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

--Jon
The closest thing is https://github.com/glinscott/fishtest right now. On the server end, it's running a webserver in python, which connects to a mongodb instance for tracking state. Client side, it's a small python program which gets tasks in batches of 1000 games, and runs them with cutechess.
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by geots »

Jim Ablett wrote:Image

http://stockfishchess.org/

Stockfish 3 JA by The Stockfish Team
This is Stockfish 3

The big news of this version, and the reason why we have bumped version number to 3 is not due to ELO increase (that anyhow should be interesting) nor to some cool feature, but it is due to the new super awesome testing framework that Gary setup and currently runs on

http://54.235.120.254/tests

This is really a new beginning for Stockfish development. A development that now is fully open and in just few weeks has already attract many people willing to test their ideas and some of their contributions have been already committed upstream: Lucas Braesch, Ryan Schmitt, Jean-Francois Romang, James Undery, Hiraoka Takuya, jhellis, Joona Kiisky (a great return!) and of course Gary Linscott.

As a technical note for people willing to compile themselves, this time you will find also the C++11 porting along the usual C++ sources. This is 100% fully functional equivalent of the std version, but on some platforms and with some compilers (like gcc 4.8) the C++11 binary may be even faster, but it's up to you to try and to verify on your preferred platform :-)

A special thank to Jim for his always precious support in compiling the release version and to Daylen, our stockfishchess.org webmaster that silently and without fanfare has built a really beautiful site and a fully operational support service.

Have fun
Stockfish Team

Will be available from the Stockfish website very shortly, but in
the meantime you can download from here >

Windows/Linux 32/64 bit

https://dl.dropboxusercontent.com/u/504 ... h-3-ja.zip
Mirror:
http://cl.ly/Ofqq/stockfish-3-ja.zip

I haven't included an Android compile yet because I'm having trouble. I'm working on it at the moment.

Jim.




Thank you very much, my friend-

george
gladius
Posts: 568
Joined: Tue Dec 12, 2006 10:10 am
Full name: Gary Linscott

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by gladius »

Jim Ablett wrote: Will be available from the Stockfish website very shortly, but in
the meantime you can download from here
Thanks Jim! Excited to see SF3 out there :)
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by geots »

Jim Ablett wrote:Image

http://stockfishchess.org/

Stockfish 3 JA by The Stockfish Team
This is Stockfish 3

The big news of this version, and the reason why we have bumped version number to 3 is not due to ELO increase (that anyhow should be interesting) nor to some cool feature, but it is due to the new super awesome testing framework that Gary setup and currently runs on

http://54.235.120.254/tests

This is really a new beginning for Stockfish development. A development that now is fully open and in just few weeks has already attract many people willing to test their ideas and some of their contributions have been already committed upstream: Lucas Braesch, Ryan Schmitt, Jean-Francois Romang, James Undery, Hiraoka Takuya, jhellis, Joona Kiisky (a great return!) and of course Gary Linscott.

As a technical note for people willing to compile themselves, this time you will find also the C++11 porting along the usual C++ sources. This is 100% fully functional equivalent of the std version, but on some platforms and with some compilers (like gcc 4.8) the C++11 binary may be even faster, but it's up to you to try and to verify on your preferred platform :-)

A special thank to Jim for his always precious support in compiling the release version and to Daylen, our stockfishchess.org webmaster that silently and without fanfare has built a really beautiful site and a fully operational support service.

Have fun
Stockfish Team

Will be available from the Stockfish website very shortly, but in
the meantime you can download from here >

Windows/Linux 32/64 bit

https://dl.dropboxusercontent.com/u/504 ... h-3-ja.zip
Mirror:
http://cl.ly/Ofqq/stockfish-3-ja.zip

I haven't included an Android compile yet because I'm having trouble. I'm working on it at the moment.

Jim.






Jim, the default for threads is set on 4- what is the maximum number it can run?



Thanks,

george
Modern Times
Posts: 3553
Joined: Thu Jun 07, 2012 11:02 pm

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Modern Times »

I wouldn't run any matches just yet George, it looks like Jim is going to issue new compiles.

Stockfish plays with 16 cores in nTCEC so it supports at least that many.
User avatar
Marek Soszynski
Posts: 582
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Marek Soszynski »

The official Linux 64 build reports elapsed times that are out by a factor of 1000.

The http://abrok.eu/stockfish/ compile is okay.
Marek Soszynski
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by geots »

Modern Times wrote:I wouldn't run any matches just yet George, it looks like Jim is going to issue new compiles.

Stockfish plays with 16 cores in nTCEC so it supports at least that many.


Thanks Ray. I will stop now with installing it. I had 6 installed and 5 to go :roll:


Best,

george
User avatar
Werner
Posts: 2872
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by Werner »

Hi Jim,
thanks for the help and the compiles.
How to get dc compile to work?
Get the message: missing libwinpthread-1.dll

regards
Werner
mcostalba
Posts: 2684
Joined: Sat Jun 14, 2008 9:17 pm

Re: Stockfish 3 Official JA Windows/Linux builds available

Post by mcostalba »

gladius wrote:
jdart wrote:Is there a short overview of the testing framework available somewhere?

--Jon
The closest thing is https://github.com/glinscott/fishtest right now. On the server end, it's running a webserver in python, which connects to a mongodb instance for tracking state. Client side, it's a small python program which gets tasks in batches of 1000 games, and runs them with cutechess.
I have written a short technical introduction to fishtest in the programmers subforum.
User avatar
Jim Ablett
Posts: 1385
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'm in the process of recompiling my builds on an Intel machine.
I'll post links back later today.

Jim.