phhnguyen wrote: ↑Fri Sep 03, 2021 1:21 pm
Wilhelm wrote: ↑Fri Sep 03, 2021 11:42 am
Hello,
I'm using the GUI for some week now and it's excellent. Many thanks for your work.
I'm having a problem with Deep Junior 11.1a when starting 12 games parallel. 5-7 games crashes. In the log file I see a initstring error. When I start one game and then all 5 sec. the next one all 12 are running without crash. Is there a way to set a time between the starts?
regards William
Thanks for the feedback.
Can you tell me more, I need to trace up and fix all errors/ideas I could: what is the content of that (error) inittring? Can you explain about "a time between the starts"?
If you mean about changing concurrency, no, that value should/could be changed manually - you may start the tournament with 1 concurrency, then increase/decrease its values whenever you want.
Other questions: After a while (after creating, running, crashing) can you start 12 games concurrency with that tournament? Can you start another 12-concurrency tournament with other engines but Deep Junnier 11.1a?
Thanks again.
I can start a tournament with concurrency 12 or 24 without problem. Only when I add DJ11.1 then more then the half games crashes. When I start with DJ11.1 and concurrency 1 then I can rise up the concurrency manualy to 24 with a delay of 4-5sec per game. So I finished a tournament of 400 games correct.
The problem seems to be the initializing with the DJ11.1 engine.
log file:
5.14:38:46 CM11 Morphy x64> id name CM11 Morphy x64
5.14:38:46 CM11 Morphy x64> id author Johan de Koning
5.14:38:46 CM11 Morphy x64> option name Hash type spin default 2 min 0 max 1024
5.14:38:46 CM11 Morphy x64> option name Ponder type check default true
5.14:38:46 CM11 Morphy x64> uciok
5.14:38:46 CM11 Morphy x64< setoption name Hash value 64
5.14:38:46 CM11 Morphy x64< setoption name Ponder value false
5.14:38:46 CM11 Morphy x64< isready
12.14:38:46 Deep Junior 11.1a (Win32) UCI< uci
3.14:38:46
Deep Junior 11.1a (Win32) UCI> info string Error (Cannot find engine module):
2.14:38:46 Deep Junior 11.1a (Win32) UCI> id name Deep Junior 11.1a (Win32) UCI
2.14:38:46 Deep Junior 11.1a (Win32) UCI> id author Amir Ban / Shay Bushinsky
2.14:38:46 Deep Junior 11.1a (Win32) UCI> id copyright Amir Ban & Shay Bushinsky 2006-2010
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Hash type spin default 16 min 4 max 4096
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Ponder type check default false
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name OwnBook type check default true
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name MultiPV type spin default 1 min 1 max 50
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Book_file type string default jr11.bin
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Book_selectivity type spin default 5 min 0 max 30
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Contempt type spin default 0 min -500 max 500
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Depth_limit type spin default 60 min 3 max 60
2.14:38:46 Deep Junior 11.1a (Win32) UCI> option name Use_tablebases type check default true
regards