Stockfish 2.1.1 maintenance release available

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

Moderators: hgm, Rebel, chrisw

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

Stockfish 2.1.1 maintenance release available

Post by Jim Ablett »

Image

This is Stockfish 2.1.1

Builds for Windows/Linux & Android.

Available from Jim's site: http://jimablett.hostwebs.com/
& soon from official site : http://www.stockfishchess.com/

This is a maintenance release to fix book reading
issue reported by some user, as an added benefit Jim's build should be
now a little faster on Intel CPU (4% on 64 bits and almost 6% on 32
bits).

This is a non functional change release so there is no need to retest
Stockfish for people that has already done, for people still to test
we suggest to use this one because should be a bit faster on Intel
hardware.

Stockfish Team.
CositasBuenas
Posts: 107
Joined: Tue Aug 03, 2010 7:36 pm

Re: Stockfish 2.1.1 maintenance release available

Post by CositasBuenas »

Thanx a lot, but at least the 64bit linux compilation is not working on my Ubuntu machine. I get

Code: Select all

./stockfish-211-64-ja 
Speicherzugriffsfehler
Michael
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 2.1.1 maintenance release available

Post by Jim Ablett »

CositasBuenas wrote:Thanx a lot, but at least the 64bit linux compilation is not working on my Ubuntu machine. I get

Code: Select all

./stockfish-211-64-ja 
Speicherzugriffsfehler
Michael

Hi Michael,

I am getting a segmentation fault also when final optimizations are applied to the compilation. I think the new src code breaks something in 64 Linux.
I'll continue testing this to see if I can produce a working compile.

Jim.
User avatar
Marek Soszynski
Posts: 582
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: Stockfish 2.1.1 maintenance release available

Post by Marek Soszynski »

I can't install the 64-bit Windows version under Sabayon/Wine. Previous versions were fine.
Marek Soszynski
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 2.1.1 maintenance release available

Post by Jim Ablett »

Marek Soszynski wrote:I can't install the 64-bit Windows version under Sabayon/Wine. Previous versions were fine.
Hi Marek,

This compile should work for you > http://dl.dropbox.com/u/5047625/stockfish-211-64-ja.zip

Jim.
User avatar
Marek Soszynski
Posts: 582
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: Stockfish 2.1.1 maintenance release available

Post by Marek Soszynski »

Jim Ablett wrote:
Marek Soszynski wrote:I can't install the 64-bit Windows version under Sabayon/Wine. Previous versions were fine.
Hi Marek,

This compile should work for you > http://dl.dropbox.com/u/5047625/stockfish-211-64-ja.zip

Jim.
It does.

Thanks Jim!
Marek Soszynski
ernest
Posts: 2041
Joined: Wed Mar 08, 2006 8:30 pm

Re: Stockfish 2.1.1 maintenance release available

Post by ernest »

Jim Ablett wrote:This is a maintenance release to fix book reading
issue reported by some user, as an added benefit Jim's build should be
now a little faster on Intel CPU (4% on 64 bits and almost 6% on 32
bits).
I suppose this was done with the Intel compiler?...
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Stockfish 2.1.1 maintenance release available

Post by Jim Ablett »

ernest wrote:
Jim Ablett wrote:This is a maintenance release to fix book reading
issue reported by some user, as an added benefit Jim's build should be
now a little faster on Intel CPU (4% on 64 bits and almost 6% on 32
bits).
I suppose this was done with the Intel compiler?...
Hi Ernest,

I always produced the fastest executables using the Intel compiler, except with the new source code
which ran faster on my AMD systems using Msvc compiler. Marco reported that the Intel builds run faster
on his Intel hardware and since the majority of users will probably be using Intel cpus, he
wanted the Intel compiles to be the ones distributed.

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

Re: Stockfish 2.1.1 maintenance release available

Post by Jim Ablett »

CositasBuenas wrote:Thanx a lot, but at least the 64bit linux compilation is not working on my Ubuntu machine. I get

Code: Select all

./stockfish-211-64-ja 
Speicherzugriffsfehler
Michael

I have re-compiled both Windows & Linux 64 bit compiles.

The 64 bit Linux compile was not functioning at all. Should be a bit faster than previous compiles now as well.
It works now after changing the profiling options from '-fprofile-generate / -fprofile-use' to
'-fprofile-arcs' / -fbranch-probabilities. I was getting a segmentation error with the compiled exe.

I have recompiled the Windows 64 bit version. No different from before except it will now run
correctly for users using Linux 64 bit Wine.

http://cl.ly/3E1a1r0v1W1D1W1M3k3T/stockfish-211-ja.zip
Mirror:
http://www.mediafire.com/?e8op18qiaam76sd

Jim.
ernest
Posts: 2041
Joined: Wed Mar 08, 2006 8:30 pm

Re: Stockfish 2.1.1 maintenance release available

Post by ernest »

Jim Ablett wrote:I always produced the fastest executables using the Intel compiler,
Hi Jim,

On my Core 2 Duo, 1 core used, infinite analysis from start_position:
64-bit: 2.1.1 is 6.3% faster than 2.1
32-bit: 2.1.1 is 5.1% faster than 2.1

On 64-bit, that should translate to +6 Elo... :)