To Ilari : CLOP + cutechess-cli

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

mcostalba
Posts: 2684
Joined: Sat Jun 14, 2008 9:17 pm

Re: To Ilari : CLOP + cutechess-cli

Post by mcostalba »

ilari wrote: Hi Marco,

CLOP already does take care of the concurrency stuff, at least it does on my system (64-bit Linux box with a dual-core processor). I just have this in my .clop file to run 2 games in parallel:

Code: Select all

Processor cpu1
Processor cpu2
Does that not work on your system, or did I misinterpret your post?
Ooops :oops: , yes now I see it. Actually I have never tried because I thought it was up to the script to dispatch, I never considered that it was CLOP to launch multiple instances of the script !

Sorry for the noise.

BTW, yes it works also on Windows.