In this repository, we host the code for our SC paper submission. The repository consists of implementation for following contributions (sections)
- Model Analyzer
- Synthetic Trace Generator
- Simulator
To run code implementation for each of these sections (along with synthetic_traces folder), please check readme file in their respective folders.
-
Python3.6
-
Python libraries from attachment requirement.txt file.
-
Synthetic traces (hdf format) used for experiments are provided in the synthetic_traces folder.
-
Real World Trace (hdf format): https://umass.box.com/s/53qbzafs27wu28jh165twykqegwerud3
-
In this work, we use pandas to read the data sets (or traces) and the pandas dataframes are used as input to the implemented simulator.