Exploration of different user levers for demand response in data centers
List of experiments
- TODO
Install
Clone the repository
git clone https://gitlab.irit.fr/sepia-pub/open-science/demand-response-user.git
For reproductibility, all the dependancies for these experiments and their version are managed with nix
package manager. To install nix
:
curl -L https://nixos.org/nix/install | sh
The main software used (and configured in the file default.nix
) are:
- batsim for the infrastructure simulation
- batmen: our set of schedulers for batsim and plugin to simulate users
- python3, .. . TODO for the data analysis
Start the simulation environment
TODO
nix-shell --pure ./env_nix.nix --show-trace #start the shell
jupyter notebook #open jupyter notebook