]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Do not hang when running with MPI Stockfish.
[remoteglot] / 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;