I wonder if it’s possible to change numbers of GPUs available on master node – I couldn’t find the respective setting in config.sh or anywhere.
The issue is, one of the GPUs stopped functioning, and machine currently has 1 less GPU than displayed in e.g. “Instance information” tab in CryoSPARC GUI: it says 4, whereas physically it’s 3 (and nvidia-smi also shows 3). Hence I want to set the number of GPUs on master node to 3, because currently when more than 3 jobs run simultaneously on the node, one of them throws IndexError on GPU allocation.
Was able to remove and reconnect the node. One thing required tweaking was copying ssh keys from localhots to localhots, which took some time to figure out ( cryosparcuser@server $ ssh-copy-id cryosparcuser@localhots), but that’s ok. Thanks!