Scripts for simulations and data analysis for
Adorisio, M., Pezzotta, A., de Mulatier, C., Micheletti, C., & Celani, A. J. Stat. Phys., 170 (1), 79–100. (2017)
Authors: Matteo Adorisio and Alberto Pezzotta
- compile auxiliary programs for random numbers, and go to the main file directory
cd devel/random && make && cd ../../main
- compile and link all programs in the tree
make
- run on a single processor via
./cylinder
, ormpirun cylinder
for multiple paralle runs. Seerun.py
script for running with different parameter sets.