# Compare traditional replay and replay with feedback
# Compare traditional replay and replay with feedback
This repository contains the necessary material to reproduce the experiments and the graphs presented in the article XXXXXX.
This repository contains all the necessary material to reproduce the experiments and the graphs presented in the article XXXXXX.
TODO: finish writting README, explaining the content of the repo
There are two notebooks: `expe_replay_feedback_KTH.ipynb` and `expe_replay_feedback_SDSC.ipynb` which contain essentially the same treatments, only the input workload changes.
\ No newline at end of file
Running entirely the two notebooks takes less than 30 minutes (on one core of an i5-1135 processor).
*Note: it shouldn't be very hard to run the experiments with another workload from [Parallel Workload Archive](https://www.cs.huji.ac.il/labs/parallel/workload/). It requires adapting the variables set in the first cell of the notebook and creating a platform corresponding to the chosen workload. However, we use FCFS and EASY backfilling as scheduling algorithms, which might not correspond to the original scheduler used in the real infrastructure.*