Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Weitspringer authored Sep 25, 2024
1 parent ce00469 commit c146b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Squirrel is a carbon-aware scheduler for Slurm workloads. This code is part of m

- Python with **version 3.11** or above.
- A running **InfluxDB** instance ([self-hosted](https://github.com/influxdata/influxdb) or [cloud](https://www.influxdata.com/get-influxdb/)).
- The system has access to `sbatch` and the `sinfo` Slurm command.
- You have access to `sbatch` and the `sinfo` Slurm command.

## Configuration

Expand All @@ -18,4 +18,4 @@ Navigate to the root directory of this repository.

When issuing `sbatch` commands, replace `sbatch` with `./squirrel`. Additionally, you need to provide the runtime parameter (in hours) with `--runtime` and possible node partitions with `--partitions`.

If you want to run Squirrel in simulation mode, use `./squirrel-sim`.
If you want to run Squirrel in simulation mode, use `./squirrel-sim`.

0 comments on commit c146b2b

Please sign in to comment.