Optimized Stockfish 1.4 for Mac?

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

Moderator: Ras

schlucke
Posts: 58
Joined: Thu Apr 09, 2009 1:38 pm

Optimized Stockfish 1.4 for Mac?

Post by schlucke »

Is an (Intel compiler) optimized 64-Bit Version of Stockfish 1.4 for MacOS anywhere out there? In the past days Tord provided such optimized executables for Glaurung, but I can't find optimized Stockfish stuff out there .... :?

Holger
Tord Romstad
Posts: 1808
Joined: Wed Mar 08, 2006 9:19 pm
Location: Oslo, Norway

Re: Optimized Stockfish 1.4 for Mac?

Post by Tord Romstad »

schlucke wrote:Is an (Intel compiler) optimized 64-Bit Version of Stockfish 1.4 for MacOS anywhere out there? In the past days Tord provided such optimized executables for Glaurung, but I can't find optimized Stockfish stuff out there .... :?
That's because I'm too busy and lazy to update my web page. You'll find an optimized 64-bit Intel binary here (requires Mac OS X 10.5 or newer):

http://www.glaurungchess.com/stockfish-x86_64.gz
schlucke
Posts: 58
Joined: Thu Apr 09, 2009 1:38 pm

Re: Optimized Stockfish 1.4 for Mac?

Post by schlucke »

Thanks, not everybody has an Intel compiler installed ;)

It makes a little difference, seems that GCC gets closer to ICC!?

Code: Select all

> stockfish bench 64 1

GCC 4.2 (-O3, no PGO)

Total time (ms) : 960574
Nodes searched  : 742652269
Nodes/second    : 773133

Tord (Intel)

Total time (ms) : 960341
Nodes searched  : 876662342
Nodes/second    : 912865