README.md 933 Bytes
Newer Older
wuruchi's avatar
wuruchi committed
# Tools for the thesis project: *The High Performance Scheduler Game: A Characterization of Slurm, Metrics, and the Viability of Cooperation*
wuruchi's avatar
wuruchi committed

wuruchi's avatar
wuruchi committed
This repository contain the main tools used for the development of the thesis project mentioned in the title.

### jobs_analysis

This folder contains the tools for data analysis. 

The main file is `Experiments_Analysis.Rmd`. This `.Rmd` file contains the processing and cleaning procedure we used to build our data source. 
It also contains the code to analyze our samples and the results we got from experimentation. There are nice examples of data filtering, ordering, 
and generation of plots.

### model_platform

This folder contains the code we used to perform experimentation, written in **Python**. You can also find the samples in text format, along with the 
results we got from experimentation also in text format. The code is documented so it should be intuitive to traverse.