Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hpc_eff
# ThrottlePoint

**Energy Optimization Governor** for HPC systems.
Dynamically adjusts CPU frequencies and GPU power based on power, electricity price, CO₂ intensity, and temperature. Which signals drive the decision is fully configurable, and you can plug in your own temperature/data source.
Expand All @@ -9,7 +9,7 @@ All the functionality and code logic located in `src/hpc_eff` stem from https://

## Overview

`hpc_eff` is designed to be run periodically (e.g., via `cron` every few minutes) under root.
ThrottlePoint is designed to be run periodically (e.g., via `cron` every few minutes) under root.
It evaluates current energy/thermal conditions, prints debug logs if enabled, and adjusts CPU frequencies and GPU power accordingly.

**Main steps performed:**
Expand Down
Loading