# Compare traditional replay and replay with feedback
# Compare traditional replay and replay with feedback
This repository contains all the necessary material to reproduce the experiments and the graphs presented in the article XXXXXX, submitted to [FGCS](https://www.sciencedirect.com/journal/future-generation-computer-systems):
This repository contains all the necessary material to reproduce the experiments and the graphs presented in the article *"Replay with Feedback: How does the performance of HPC system impact user submission behavior?"*, submitted to the journal [FGCS](https://www.sciencedirect.com/journal/future-generation-computer-systems).
## Contents
-`default.nix`: [Nix](https://nixos.org) file describing the software dependencies and their specific versions
-`default.nix`: [Nix](https://nixos.org) file describing the software dependencies and their specific versions
-`workload/`: folder storing the workload files
-`workload/`: folder storing the workload files
-`platform/`: folder containing the platform files
-`platform/`: folder containing the platform files
-`KTH.ipynb` and `SDSC.ipynb`: Jupyter notebook running and analysing the experiments
-`KTH.ipynb` and `SDSC.ipynb`: Jupyter notebook running and analysing the experiments
The two notebooks are self-contained. They download the input data from the [Parallel Workload Archive](https://www.cs.huji.ac.il/labs/parallel/workload/), run the experiments presented in the article, do the data analysis and plot the graphs.
The two notebooks are self-contained.
They download the input data from the [Parallel Workload Archive](https://www.cs.huji.ac.il/labs/parallel/workload/) into the `workload/` directory,
run the experiments presented in the article,
do the data analysis and plot the graphs.
Both files contain essentially the same treatments, **only the input workload changes**.
Both files contain essentially the same treatments, **only the input workload changes**.