Glaurung 2.0.1 Windows build available

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

Moderator: Ras

Spock

Re: Glaurung 2.0.1 Windows build available

Post by Spock »

OK, no worries !
User avatar
Jim Ablett
Posts: 2291
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Glaurung 2.0.1 Windows build available

Post by Jim Ablett »

I hearby grant everyone who compiles Windows binaries of Glaurung 2 the permission to remove the UCI_EngineAbout parameter before compiling (lines 145--149 in ucioption.cpp).
Just re-compiling now. Links will follow ...........

I think I found the opening book problem.... Me! :oops:
I missed 'color.cpp' out of the final build. Don't know
how it still compiled, but anyway no bug, unless you count me as one :)

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

Re: Glaurung 2.0.1 Windows build available

Post by Tord Romstad »

Jim Ablett wrote: I think I found the opening book problem.... Me! :oops:
I missed 'color.cpp' out of the final build. Don't know
how it still compiled, but anyway no bug, unless you count me as one :)
No, I'm afraid this can't possibly be the book problem. Missing color.cpp won't make any difference at all. The file color.cpp contains only a single function, color_is_ok(), which is only used when Glaurung is compiled in debug mode.

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

Re: Glaurung 2.0.1 Windows build available

Post by Jim Ablett »

No, I'm afraid this can't possibly be the book problem. Missing color.cpp won't make any difference at all. The file color.cpp contains only a single function, color_is_ok(), which is only used when Glaurung is compiled in debug mode.
Yes, just happened again on the unoptimised build while profiling. :(

Jim.
User avatar
Denis P. Mendoza
Posts: 415
Joined: Fri Dec 15, 2006 9:46 pm
Location: Philippines

Re: Glaurung 2.0.1 Windows build available

Post by Denis P. Mendoza »

Jim Ablett wrote:Hi Denis,
Did you happen to use Vtune Analyzer to use the /Qssp compiler option? I'm still studying this option you used in Obender. Or is it just your usual straight "magic" commandlines I'm always following your style but this one is different.
No I didn't run Vtune on it, but I did notice a small performance increase
when using the QSSP (enable software-based speculative pre-computation) switch.
Some code benefits, some doesn't, Glaurung does so I used it (every little helps :wink: )

Jim.
Thanks for that "implied" grin of yours 8-) Sometimes you have to learn it the hard way. ICC 10.1.011 is out, so I better test it with this interesting command option.
User avatar
Jim Ablett
Posts: 2291
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Glaurung 2.0.1 Windows build available

Post by Jim Ablett »

Glaurung 2.0.1 (chessbase fix) win32 Intel compiler 10 (p.g.o)

http://www.zshare.net/download/5129511eccb5d2/
Mirrors:
http://mihd.net/eltghn
http://w14.easy-share.com/10959611.html

Jim
Michael Sherwin
Posts: 3196
Joined: Fri May 26, 2006 3:00 am
Location: WY, USA
Full name: Michael Sherwin

Re: Glaurung 2.0.1 Windows build available

Post by Michael Sherwin »

Jim Ablett wrote:
I hearby grant everyone who compiles Windows binaries of Glaurung 2 the permission to remove the UCI_EngineAbout parameter before compiling (lines 145--149 in ucioption.cpp).
Just re-compiling now. Links will follow ...........

I think I found the opening book problem.... Me! :oops:
I missed 'color.cpp' out of the final build. Don't know
how it still compiled, but anyway no bug, unless you count me as one :)

Jim.
How many legs do you have? :P
If you are on a sidewalk and the covid goes beep beep
Just step aside or you might have a bit of heat
Covid covid runs through the town all day
Can the people ever change their ways
Sherwin the covid's after you
Sherwin if it catches you you're through
User avatar
Jim Ablett
Posts: 2291
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Glaurung 2.0.1 Windows build available

Post by Jim Ablett »

Hi Michael,
but anyway no bug, unless you count me as one
How many legs do you have?
:lol:

None now. Tord caught me and pulled them off :lol:

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

Re: Glaurung 2.0.1 Windows build available

Post by Jim Ablett »

If anyone is having trouble unpacking my zip files, or it unpacks
but nothing there, using this zip unpacker instead >

http://www.7-zip.org/download.html

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

Re: Glaurung 2.0.1 Windows build available

Post by Jim Ablett »

Just noticed 'divide by zero' opening book error is only occurring
when playing against Glaurung epsilon/5 bh (bryan hofmann build), both using latest book. :?
Latest book (salvo's) not compatible with epsilon/5 in Arena?

Jim.