Mentions légales du service

Skip to content
Snippets Groups Projects
This project includes all necessary files to reproduce the experiments
in our paper submitted to the "Recent Advancements in Parallel and
Distributed Algorithms" special issue of "Concurrency and Computation,
Practice and Experience". 

Requirements: 
* pmtool, which can be found in the project
  https://gitlab.inria.fr/eyrauddu/pmtool
  
  The version used in the paper was 
  commit 34362ee4952d40dbe41abbdf30852c3651160b13

* pmtool requires CPLEX to be able to compile the bounds necessary for
  these experiments.

Contents: 
* The main directory contains the scripts
* The inputs/ directory contains the task graphs used as input in the
  experiments

* The data/ directory contains the results from the runs. They are
  included in the projects, but can be re-obtained with the makeRuns*
  scripts

* The graphs/ directory contains the graphs, once they have been
  generated with the ./makePlots.sh script.

How to use: 

Once pmtool is installed, set the environment variable 
PMTOOL_PATH to the path where it is installed, and use the scripts

./makeRuns.sh

and 

./makeRunsIndep.sh

to run the algorithms and re-generate the contents of the data/
directory.

Use ./makePlots.sh to generate the plots.