]> git.sesse.net Git - remoteglot/commitdiff
Do not hang when running with MPI Stockfish.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 5 Dec 2021 11:38:35 +0000 (12:38 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Jul 2023 09:46:11 +0000 (11:46 +0200)
remoteglot.pl

index f83ac4904c3d75e6f422136df1b6ce0c60a2b9b9..df524a6b2e4ddd06d41ec8e8a4f2a8bf836adfb6 100755 (executable)
@@ -152,7 +152,7 @@ sub handle_uci {
        return if ($engine->{'stopping'} && $line !~ /^bestmove/);
        $engine->{'stopping'} = 0;
 
-       if ($line =~ /^info/) {
+       if ($line =~ /^info/ && $line !~ / cluster /) {
                my (@infos) = split / /, $line;
                shift @infos;