Search found 47 matches
- Sat Oct 31, 2020 7:17 am
- Forum: Computer Chess Club: General Topics
- Topic: Cinnamon 2.3
- Replies: 58
- Views: 8534
Re: Cinnamon 2.3
Hi Giuseppe, What is the maximum size of HASH? My system has 32 GB ram. When I type uci from command line in linux : uci id name Cinnamon 2.3.2 id author Giuseppe Cannella option name Hash type spin default 64 min 1 max 131071 ... So theoretically 131071 MB(128 GB). Engine crashes immediately when u...
- Fri Jun 26, 2020 7:09 pm
- Forum: Computer Chess Club: General Topics
- Topic: My strongest NNUE net (yet)
- Replies: 34
- Views: 10791
Re: My strongest NNUE net (yet)
What does option SkipLoadingEval do?
Kind regards.
Antonio
Kind regards.
Antonio
- Tue Jan 14, 2020 8:04 pm
- Forum: Computer Chess Club: General Topics
- Topic: Sugar NN for Mac
- Replies: 4
- Views: 1164
Re: Sugar NN for Mac
I could compile it for Linux applying these fixes. # windows.h: No such file or directory sed -i 's|#include "windows.h"||' tt.cpp # Disable large pages code for Linux sed -i '92i#ifdef _WIN32' tt.cpp sed -i '145i#endif' tt.cpp sed -i '162i#ifdef _WIN32' tt.cpp sed -i '164i#endif' tt.cpp sed -i '170...
- Mon Jan 13, 2020 8:21 pm
- Forum: Computer Chess Club: General Topics
- Topic: 300,000,000 nps ?
- Replies: 2
- Views: 967
Re: 300,000,000 nps ?
Your hardware is faster than Deep Blue.
- Wed Oct 16, 2019 1:50 pm
- Forum: Computer Chess Club: General Topics
- Topic: Senpai 2 nonPC compile please
- Replies: 4
- Views: 1446
Re: Senpai 2 nonPC compile please
I think he means a compile for Windows 64 bits with processors without popcount instructions.
- Mon Aug 19, 2019 2:36 pm
- Forum: Computer Chess Club: General Topics
- Topic: Micah 1.0
- Replies: 7
- Views: 1657
Re: Micah 1.0
Hi Folkert,
I/O buffering is still missing in Linux.
The whole PV output is only send after making the move.
In Micah.cpp line 196 I inserted
setvbuf(stdin,NULL,_IONBF,0);
setvbuf(stdout,NULL,_IONBF,0);
This is for C but it also works in C++.
Best regards,
Antonio,
I/O buffering is still missing in Linux.
The whole PV output is only send after making the move.
In Micah.cpp line 196 I inserted
setvbuf(stdin,NULL,_IONBF,0);
setvbuf(stdout,NULL,_IONBF,0);
This is for C but it also works in C++.
Best regards,
Antonio,
- Sat Jan 26, 2019 11:04 am
- Forum: Computer Chess Club: General Topics
- Topic: Deuterium v2019.1 released
- Replies: 6
- Views: 2050
Re: Deuterium v2019.1 released
Hi Ferdy, I tried the linux version and got a Segmentation fault (core dumped) when executing from command line. The coredump with gdb gives : Program terminated with signal SIGSEGV, Segmentation fault. Stack trace of thread 2492: #0 0x00007f8d95605bc3 _dl_relocate_object (/usr/lib/ld-2.28.so) #1 0x...
- Sat Dec 15, 2018 8:55 am
- Forum: Computer Chess Club: General Topics
- Topic: Wasp 3.50 by John Stanback available!
- Replies: 32
- Views: 9964
Re: Wasp 3.50 by John Stanback available!
Hi,
I saw in the configuration file that you can connect an opening book to Wasp(wasp.opn).
Where can we download it?
Best regards,
Antonio
I saw in the configuration file that you can connect an opening book to Wasp(wasp.opn).
Where can we download it?
Best regards,
Antonio
- Wed Nov 14, 2018 10:51 pm
- Forum: Computer Chess Club: General Topics
- Topic: Zevra v2.0 r146 beta
- Replies: 43
- Views: 6761
Re: Zevra v2.0 r146 beta
Hi Oleg,
I've compiled commit 214 and now it works!!!!
Thanks.
Antonio
I've compiled commit 214 and now it works!!!!
Thanks.
Antonio
- Wed Nov 14, 2018 8:27 pm
- Forum: Computer Chess Club: General Topics
- Topic: Zevra v2.0 r146 beta
- Replies: 43
- Views: 6761
Re: Zevra v2.0 r146 beta
Hi Oleg, The latest linux build you provide works in a GUI!(https://gitlab.com/sovaz1997/zevra2/tags/v2.1_r210) When I compile it myself the binary crashes in a GUI. I analyzed your binary with the file command : zevra_popcnt: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically link...