Patricia Chess Engine

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

Moderator: Ras

Damir
Posts: 2873
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Patricia Chess Engine

Post by Damir »

Can anyone make a compile of this engine?

Latest changes to the source were made 3 days ago.

https://github.com/Adam-Kulju/Patricia
Damir
Posts: 2873
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: Patricia Chess Engine

Post by Damir »

Can anyone explain how to compile Patricia?

There are no instructions on Patricia's github website. :cry: :cry:
User avatar
pohl4711
Posts: 2704
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: Patricia Chess Engine

Post by pohl4711 »

All from Patricia GitHub:

If you have a machine that supports AVX512 or you want to compile from source for other reasons, you can easily build Patricia from source by running the commands:
git clone https://github.com/Adam-Kulju/Patricia
cd Patricia/engine
make -B

https://github.com/Adam-Kulju/Patricia/ ... e/Makefile


PS: The JA binaries from May, 10th work perfect and are not very old:
https://drive.proton.me/urls/QPBTVF5ZG0#ybZPc6NszTDN
Chris Formula
Posts: 112
Joined: Sun Aug 21, 2016 7:59 am
Full name: Chris Euler

Re: Patricia Chess Engine

Post by Chris Formula »

Patricia4 (202506): https://drive.google.com/file/d/1I2kVkJ ... ZYeZ6/view

Package contains AVX2 and SSE4 binaries. Enjoy!

BTW, this is my first time compiling her so i hope i didn't break anything. :)

Chris
Damir
Posts: 2873
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: Patricia Chess Engine

Post by Damir »

Thanks a lot my friend. Will give it a try later today. :D :)