This document contains the documentation of various part
of the protesting on Graphs repository/project.
2: Repository Structure
The protesting on Graphs repo is structured around a few folders.
The src directory contains all of the source code of the main part of the
project, written in C
The graph_treatment directory contains the Python scripts to do data analysis with the simulation.
the scripts than can be used from the command line are :
- autorun_simul.py : when given correct parameters (see usage of the script)
will run simulations and create relevant data analysis for this simulation
- create_dt.py : runs a LOT of simulations automatically with different rules to easily compare results
The annexes directory contains secondary parts of the project.
The subdirs in annexes are:
- archives : contains various tar.gz archives storing data analysis results, perftests plots and old binaries
- infinite simul : where I ran various analysis / simulation scripts and that I'll use if (when) I will generate a database of simulations
- perftest : where the actual perftest scripts are stored