Actions
Feature #5952
openCount the number of GPUs available on a system
Start date:
08/16/2018
Due date:
% Done:
0%
Estimated time:
Deliverable:
Description
apGetGPUs.py made to count he number of GPU's available on a system.
lists available GPUs, up to MAX, one on each line
lists available GPUs, up to MAX, one on each line
- available is defined as
- maxLoad=0.5
- maxMemory = 0.5
MAX=12 for searching as default
Requires GPUtil and NVIDIA-smi:
https://github.com/anderskm/gputil
Installation of package:
pip install gputil
No data to display
Actions