Skip to content
Snippets Groups Projects
Commit 1d7b8b03 authored by Millian Poquet's avatar Millian Poquet
Browse files

doc: fix typo & trailing whitespaces

parent 2a95e291
Branches TPDS
Tags tpds24
No related merge requests found
...@@ -7,8 +7,8 @@ This repository contains a [Batsim](https://batsim.readthedocs.io/en/latest/)-co ...@@ -7,8 +7,8 @@ This repository contains a [Batsim](https://batsim.readthedocs.io/en/latest/)-co
This algorithm is strongly based on EASY backfilling. This algorithm is strongly based on EASY backfilling.
The main addition over EASY is that a powercap must be followed during a time window. The main addition over EASY is that a powercap must be followed during a time window.
In other words, a constraint on the maximum power consumption value is set for the whole platform. In other words, a constraint on the maximum power consumption value is set for the whole platform.
This algorithm uses additional data on the power consumption of jobs to take its decisions. This algorithm uses additional data on the power consumption of jobs to take its decisions.
We implemented two ways to sort the waiting queue: FCFS or Smallest Area First (SAF). For SAF, the area is calculated by multiplying the number of resources by the We implemented two ways to sort the waiting queue: FCFS or Smallest Area First (SAF). For SAF, the area is calculated by multiplying the number of requested resources by the requested time.
Please read [the algorithm implementation](./easypower.cpp) for all details. Please read [the algorithm implementation](./easypower.cpp) for all details.
...@@ -46,7 +46,7 @@ batsim -l <path/to/compiled/easypower.so> 0 <INPUT-PARAMETERS> \ ...@@ -46,7 +46,7 @@ batsim -l <path/to/compiled/easypower.so> 0 <INPUT-PARAMETERS> \
-w <path/to/workload.json> \ -w <path/to/workload.json> \
-e <path/to/output/directory/> -e <path/to/output/directory/>
``` ```
or or
``` ```
batsim -l <path/to/compiled/knapsack_greedy.so> 0 <INPUT-PARAMETERS> \ batsim -l <path/to/compiled/knapsack_greedy.so> 0 <INPUT-PARAMETERS> \
-p <path/to/platform.xml> \ -p <path/to/platform.xml> \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment