This repository holds all the experimentations conducted to write the Green HPC: an analysis of the domain paper.
(to be added soon)
We used jupyter notebook with Python3.8 to run these experiments.
All the required libraries are put in the requirements.txt file. These can be downloaded using the command below:
python3 -m pip install requirementsor
python -m pip install requirementsTo reproduce all the figures found in the paper, simpy open the GreenHPC_analysis.ipynb notebook and run its cells.