A paper on I/O simulation in SimGrid.
Generate pdf files used in the paper from svg files.
- Install inkscape
- ./generate_figures.sh
If the svg files are not available to generate pdf files, you should re-generate the svg files
from experiment results by running the python script gen_fig.py
.
Experimental figures are generated and saved in:
- Single-threaded experiment: result/single/figures/
- Multi-threaded experiment: result/multi/figures/
The other general figures can be found here
If the log files are missing, or if you would like to run the experiments with your own configurations, you should run the real pipeline/simulators to generate these logs.
- Log files location: result/single/real/.
- Log files location: result/multi/local/real/.
- Log files location: result/multi/nfs/real/.
If the log files are not available, or you want to generate your log files from your own experiment, run pipeline on a real system using the source code in exp/real/
- Log files location: result/single/pysim/.
- How to run: use the source code in /exp/pysim/, follow the instructions in README.
- Log files location:
- Original WRENCH: result/single/wrench/original/
- WRENCH-cache: result/single/wrench/pagecache/
- How to run: use this source code example, follow the instructions in README.
- Log files location:
- Original WRENCH: result/multi/local/wrench/original/
- WRENCH-cache: result/multi/local/wrench/pagecache/
- How to run: use the source code example, follow the instructions in README.
- Log files location:
- Original WRENCH: result/multi/nfs/wrench/original/
- WRENCH-cache: result/multi/nfs/wrench/pagecache/
- How to run: use the source code example, follow the instructions in README.