Something is off with the server (version 3). I'll start with 6 clients and the server slowly but surely starts showing clients dropping off. However, when I go check the clients, they say "server ok". Never had that issue with previous server versions.
Bro, how to use -g option ?
I was try -g g1136,g1256,g2136,g2256 but not worekd !!!
Help me please, Very needed right now.
Big thank you
-gpu (tells program to look for compatible gpus) then -g 136,256 (if you have more than one say 2, it would be -g 136,256,136,256) and if you have 2 gpus then -gpuId 0,1 (or whatever your numbers are)
Here's my config for a 4 gpu setup:
-gpu -g 150,384,150,384,150,384,150,384 -gpuId 0,1,2,3
your -g has to match your -gpuId option, meaning if you have 1 card, only put in grid size of 1 card ex: -g 150,384 -gpuId 0
make sense?
edit: it looks like you are trying to run 2 gpus so your setup should be:
-gpu -g 136,256,136,256 -gpuId 0,1