superfans-gpu-controller/README.md

19 lines
581 B
Markdown
Raw Normal View History

2019-03-08 19:24:59 +00:00
# NVIDIA GPU-based FAN controller for SUPERMICRO server
This controller enables automatic adjustments of FANs in SUPERMICRO servers based on GPU temperature. Only NVIDIA GPUs are supported since the tool uses nvidia-smi to parse the GPU temperature. FANs are controlled through IPMI tool (`impitool`) using the modified superfans (https://github.com/putnam/superfans/blob/master/superfans) script.
# Requirements
* Linux based only (
* Python 2.7
* nvidia drivers/tools (nvidia-smi)
* IPMI tool (impitool) with loaded
# Usage
```bash
python superfans_gpu_controller.py
```