Scorpio 2.7 Linux

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

Moderators: hgm, Rebel, chrisw

jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Scorpio 2.7 Linux

Post by jdart »

Anyone have this engine successfully working on Linux? I tried both the Jim Ablett compile and a clean gcc 4.5.2 compile, and both crash after a few games. Target is x64, host system is Ubuntu.

--Jon
Kurt
Posts: 45
Joined: Mon Aug 01, 2011 3:18 pm

Re: Scorpio 2.7 Linux

Post by Kurt »

jdart wrote:Anyone have this engine successfully working on Linux? I tried both the Jim Ablett compile and a clean gcc 4.5.2 compile, and both crash after a few games. Target is x64, host system is Ubuntu.
--Jon
Hi Jon
And what GUI were you using?
Kurt
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Scorpio 2.7 Linux

Post by Jim Ablett »

Kurt wrote:
jdart wrote:Anyone have this engine successfully working on Linux? I tried both the Jim Ablett compile and a clean gcc 4.5.2 compile, and both crash after a few games. Target is x64, host system is Ubuntu.
--Jon
Hi Jon
And what GUI were you using?
Kurt
& are you using egbb's ?

Jim.
jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Scorpio 2.7 Linux

Post by jdart »

xboard or cutechess-cli. And no egbb's.

--Jon
jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Scorpio 2.7 Linux

Post by jdart »

This was the command line:

Code: Select all

./cutechess-cli -fcp cmd=/home/jdart/chess/engines/scorpio-27-ja/Linux/scorpio dir=/home/jdart/chess/engines/scorpio-27-ja/Linux proto=xboard -scp cmd="/home/jdart/chess/engines/arasan13.4/arasanx -H 256m -c 2" dir=/home/jdart/chess/engines/arasan13.4 proto=xboard -both tc=0:10+0.1 -games 400 -pgnin /home/jdart/chess/book/open4.pgn -repeat -resign 5 700
or the similar xboard command:

Code: Select all

./xboard -smpCores 2 -defaultHashSize 256 -mg 400 -tc 1:0 -inc 0 -mps -1 -ponder -zp -xexit -fcp "/home/jdart/chess/engines/arasan13.4/arasanx -H 256M -c 2" -fd /home/jdart/chess/engines/arasan13.4 -scp "/home/jdart/chess/engines/scorpio-27-ja/Linux/scorpio-27-64-ja" -sd /home/jdart/chess/engines/scorpio-27-ja/Linux -lgf /home/jdart/chess/book/open4.pgn -lgi -2
stevenaaus
Posts: 608
Joined: Wed Oct 13, 2010 9:44 am
Location: Australia

Re: Scorpio 2.7 Linux

Post by stevenaaus »

JA's build seems ok here. Scid vs PC tournament - 4 wins against Gnuchess, 4 losses to Shredder.

Linux localhost.localdomain 2.6.33.4 #13 SMP PREEMPT Thu May 27 14:18:17 EST 2010 i686 i686 i386 GNU/Linux

> scorpio

feature done=0
ht 1048576 X 64 = 64MB
eht 524288 X 16 = 8MB
pht 349525 X 24 = 7MB
processors [1]
EgbbProbe not Loaded!
loading_time = 0s

protover 2
feature name=1 myname="Scorpio_2.7 JA"
feature sigint=0 sigterm=0
feature setboard=1 draw=0 colors=0
feature smp=0 memory=0 egt="scorpio"
feature option="log -check 0"
feature option="clear_hash -button"
feature option="resign -spin 800 100 30000"
feature option="smp_depth -spin 4 1 10"
feature option="cluster_depth -spin 1 8 16"
feature option="message_poll_nodes -spin 200 10 20000"
feature option="use_iid -check 1"
feature option="use_singular -check 0"
feature option="singular_margin -spin 30 0 1000"
feature option="futility_margin -spin 125 0 1000"
feature done=1
Kurt
Posts: 45
Joined: Mon Aug 01, 2011 3:18 pm

Re: Scorpio 2.7 Linux

Post by Kurt »

jdart wrote:xboard or cutechess-cli. And no egbb's.

--Jon
Under Linux (Ubuntu) I only use Scid and Shredder as GUI's for Linux chess engines. I have no experience at all with xboard (is too complicated for me).
Kurt
Kurt
Posts: 45
Joined: Mon Aug 01, 2011 3:18 pm

Re: Scorpio 2.7 Linux

Post by Kurt »

... oops, such complex xboard commands ... I have no time to study such things for many hours just to get run a specific engine. I am wondering that xboard is not yet dead ?!
Kurt
jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Scorpio 2.7 Linux

Post by jdart »

The command's in a script file, so all I do to run it is type "test".

All the command is doing is specifying two engines, setting the hash and #cpus, and telling xboard to run a match between them with certain time controls and start positions. I run the command from a script, come back in a few hours, and run another script to get a summary of the results. Actually it's easier than starting up a a GUI, for this purpose. cutechess-cli doesn't even have a GUI.

--Jon
jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Scorpio 2.7 Linux

Post by jdart »

I'm running a really long match (400 games). I've seen it do 8 games ok. But it doesn't complete a long run.