From d236b487a56f412da31a6ea881dcc6aa1c71a718 Mon Sep 17 00:00:00 2001 From: Zdenek Sustr Date: Wed, 29 Jul 2026 12:04:51 +0200 Subject: [PATCH] Tool name changed in text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dfbaea..b3c7265 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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:**