Daniel Shawul - request
Moderator: Ras
-
- Posts: 1585
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Daniel Shawul - request
Thank you Sylwy. I have a question how to install the 6 man Scorpio base.
-
- Posts: 4881
- Joined: Fri Apr 21, 2006 4:19 pm
- Location: IAȘI - the historical capital of MOLDOVA
- Full name: Silvian Rucsandescu
Re: Daniel Shawul - request
egbb_load_type 3 (in Scorpio.ini) means all 5 men are loaded into the RAM memory. 6 men Scorpio egbbs into the RAM memory ? I'm afraid that has not been implemented. Not even accessing them ....Maybe (will be) egbb_load_type 2 ....Only DS knows !Krzysztof Grzelak wrote: ↑Tue Dec 07, 2021 6:56 pm Thank you Sylwy. I have a question how to install the 6 man Scorpio base.
-
- Posts: 1585
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Daniel Shawul - request
I have such a request - can I write it correctly to install a 6 man Scorpio in a Scorpio engine. Thank you in advance for any help.CMCanavessi wrote: ↑Wed Nov 10, 2021 2:24 pmIs that number "509" ok? I downloaded all 5-men Scorpio bit-bases and they are checked ok by sha1. Yet, while I have 545 egbb .cmp files Scorpio only loads 509 of them?Code: Select all
EgbbProbe 4.3 by Daniel Shawul egbb_cache 32672 X 8216 = 256.0 MB 509 egbbs loaded !
-
- Posts: 1632
- Joined: Tue Aug 21, 2018 7:52 pm
- Full name: Dietrich Kappe
Re: Daniel Shawul - request
Since this has long since turned into tech support for one individual, maybe take it offline?
Fat Titz by Stockfish, the engine with the bodaciously big net. Remember: size matters. If you want to learn more about this engine just google for "Fat Titz".
-
- Posts: 4881
- Joined: Fri Apr 21, 2006 4:19 pm
- Location: IAȘI - the historical capital of MOLDOVA
- Full name: Silvian Rucsandescu
Re: Daniel Shawul - request
The automatic installation of Scorpio generated a 180 position "egbb" folder for me (only the most important 5-men, I think):Krzysztof Grzelak wrote: ↑Tue Dec 07, 2021 10:25 pmI have such a request - can I write it correctly to install a 6 man Scorpio in a Scorpio engine. Thank you in advance for any help.CMCanavessi wrote: ↑Wed Nov 10, 2021 2:24 pmIs that number "509" ok? I downloaded all 5-men Scorpio bit-bases and they are checked ok by sha1. Yet, while I have 545 egbb .cmp files Scorpio only loads 509 of them?Code: Select all
EgbbProbe 4.3 by Daniel Shawul egbb_cache 32672 X 8216 = 256.0 MB 509 egbbs loaded !

6-men I only have installed for Syzygy bases. For Nalimov, Gaviota, Scorpio ...... only 5-men (I use rarely engines that access Scorpio egbbs). I honestly have no idea. Sorry, Krzysztof !
-
- Posts: 1585
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Daniel Shawul - request
Thank you Sylwy. I have just like the user CMCanavessi.

That is why I am asking him for help with the databases of the program Scorpion.

That is why I am asking him for help with the databases of the program Scorpion.
-
- Posts: 1585
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Daniel Shawul - request
Sylwy has this question here. The image below shows the use of 8 CPUs. Can you write where to change it in the program, I would like to use 16 threads.


-
- Posts: 2813
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Daniel Shawul - request
In the Windows-folder (in the bin-folder (in the Scorpio-folder)), you find the textfile scorpio.ini.Krzysztof Grzelak wrote: ↑Mon Dec 13, 2021 2:35 pm Sylwy has this question here. The image below shows the use of 8 CPUs. Can you write where to change it in the program, I would like to use 16 threads.
In there you find this (set affinity to 0 and mt to the number of Threads, Scorpio should use (I am testing singlethreaded, so I set it to 1))
#############################################################################
# Parallel search setup
# mt - number of threads to launch
# affinity - number of cores to use ( 0 = all )
# smp_depth - split depth for smp
# cluster_depth - split depth for cluster search
#############################################################################
affinity 0
mt 1
-
- Posts: 1585
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Daniel Shawul - request
Thank you for your answer. So if I would like to use 16 threads of my processor - the entry should look like this:pohl4711 wrote: ↑Mon Dec 13, 2021 3:45 pmIn the Windows-folder (in the bin-folder (in the Scorpio-folder)), you find the textfile scorpio.ini.Krzysztof Grzelak wrote: ↑Mon Dec 13, 2021 2:35 pm Sylwy has this question here. The image below shows the use of 8 CPUs. Can you write where to change it in the program, I would like to use 16 threads.
In there you find this (set affinity to 0 and mt to the number of Threads, Scorpio should use (I am testing singlethreaded, so I set it to 1))
#############################################################################
# Parallel search setup
# mt - number of threads to launch
# affinity - number of cores to use ( 0 = all )
# smp_depth - split depth for smp
# cluster_depth - split depth for cluster search
#############################################################################
affinity 0
mt 1
affinity 0
mt 16
-
- Posts: 2813
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Daniel Shawul - request
I think so, yes.Krzysztof Grzelak wrote: ↑Mon Dec 13, 2021 3:54 pm
Thank you for your answer. So if I would like to use 16 threads of my processor - the entry should look like this:
affinity 0
mt 16