Firenzina 2.4.1 xTreme

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

Moderators: hgm, Rebel, chrisw

Gusev
Posts: 1476
Joined: Mon Jan 28, 2013 2:51 pm

Firenzina 2.4.1 xTreme

Post by Gusev »

I made a compile of Firenzina 2.4.1 xTreme for modern 64-bit Intel computers available at http://firenzina.wikispaces.com/home. Minor fixes, changes, tuning, and speedups. The source code is available at https://github.com/Censor/Firenzina.
stevenaaus
Posts: 608
Joined: Wed Oct 13, 2010 9:44 am
Location: Australia

Re: Firenzina 2.4.1 xTreme

Post by stevenaaus »

Cheers man :)

Non-trivial compile from me though.
-Ofast invalid, type boolean must be bool, and utility.c::SupressInput undefined

Oh yeah, if you undefine Bench in fire.h, compile fails at multiple point with
control.c:187:10: error: ‘BenchMarking’ undeclared

Code: Select all

#uname -a
Linux localhost.localdomain 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

#gcc --version
gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)

#cat /etc/redhat-release 
Fedora release 14 (Laughlin)
CositasBuenas
Posts: 107
Joined: Tue Aug 03, 2010 7:36 pm

Re: Firenzina 2.4.1 xTreme

Post by CositasBuenas »

Same problem here. Please fix this!
Gusev
Posts: 1476
Joined: Mon Jan 28, 2013 2:51 pm

Re: Firenzina 2.4.1 xTreme

Post by Gusev »

Will do! (Gee, I thought I'd killed all those boolean and SupressInput. They must be bool and SuppressInput.)
Jim Logan
Posts: 72
Joined: Thu Mar 09, 2006 4:14 am
Location: Nevada, USA

Re: Firenzina 2.4.1 xTreme

Post by Jim Logan »

I am wondering if Firenzina displays the TB hits under the Fritz interface during IA. Of course, I ask because I do not see it whereas I do see it with other engines (Deep Saros 4.16 for example) that use Robbobases.
Gusev
Posts: 1476
Joined: Mon Jan 28, 2013 2:51 pm

Re: Firenzina 2.4.1 xTreme

Post by Gusev »

I have committed a post-release Linux compatibility fix that should have taken care of the bool and SuppressInput typos that had remained in the original code release.

In reponse to your question, please check TBHit_Info in the configuration. Hope this helps!
CositasBuenas
Posts: 107
Joined: Tue Aug 03, 2010 7:36 pm

Re: Firenzina 2.4.1 xTreme

Post by CositasBuenas »

Thank you - it is working!
Jim Logan
Posts: 72
Joined: Thu Mar 09, 2006 4:14 am
Location: Nevada, USA

Re: Firenzina 2.4.1 xTreme

Post by Jim Logan »

That did the trick! Thank you.