Hi @stephan,
Thanks for this reply. I try this, but it doesn’t work as expected…
Current configuration:
resource_slots : {‘CPU’: [0, 1, 2, 3, 4, 5, 6, 7], ‘GPU’: [0], ‘RAM’: [0, 1, 2, 3, 4, 5, 6, 7]}
Final configuration:
resource_slots : {‘CPU’: [0, 1, 2, 3, 4, 5, 6, 7], ‘GPU’: [0], ‘RAM’: [0, 1, 2, 3, 4, 5, 6, 7]}
So, these both show the same GPU resource (0). But we added a second GPU, and it is detected by nvidia-smi:
±----------------------------------------------------------------------------+
| NVIDIA-SMI 460.39 Driver Version: 460.39 CUDA Version: 11.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 TITAN V Off | 00000000:02:00.0 Off | N/A |
| 35% 50C P8 25W / 250W | 25MiB / 12066MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
| 1 TITAN V Off | 00000000:03:00.0 Off | N/A |
| 33% 48C P8 29W / 250W | 1MiB / 12066MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
So, I should see a 2nd GPU in the “final configuration” after doing the update command, but I don’t see this. I also don’t see the 2nd GPU listed after restarting the cryosparcm process.
Am I missing something?