Dev Builds » 20130116-1858

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID c465f4c4df1a8ad3d5c1e3759c6aa27b777b8a77
Author Marco Costalba
Date 2013-01-16 18:58:55 UTC
Fix race while exiting Fix again TimerThread::idle_loop() to prevent a theoretical race with 'exit' flag in ~Thread(). Indeed in Thread d'tor we raise 'exit' and then call notify() that is lock protected, so we have to check again for 'exit' before going to sleep in idle_loop(). Also same change in Thread::idle_loop() where we now check for 'exit' before to go to sleep. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2024 Next Chess Move LLC