On a linux machine with 2x2080 I did 80 games/min with just a 5-cores CPU.
What were your settings for the three parameters: n_devices, mt, and delay?
If delay=1 is what makes your GPU stable and you want to use that, we can double the number of threads to improve performance.
I am certain we can tune performance to double your game generation rate, otherwise it is a waste of your resources.
Code: Select all
mt 384
n_devices 2
delay 1
Also, increase the number of games generated to 2304 (i.e.6x384) before sending to server in scripts/job-client.bat line 7 (G parameter)
Doing only 512 games will be a waste since it will run 384 games in parallel and usually takes some time to warm up.
Yes, the client has been updated to version 2 to fix some issues with reconnections.
Daniel