Reproducibility: "A large-scale study of the impact of node behavior on loosely coupled data dissemination: The case of the Distributed Arctic Observatory"
Find a file
2024-07-02 14:39:26 +02:00
analysis Generate all graphs 2024-07-02 14:39:26 +02:00
libs Minor changes 2024-06-30 14:00:27 +02:00
results Cleaning repository 2024-06-30 14:49:37 +02:00
src Debug retransmission 2021-08-24 15:41:17 +02:00
.gitignore Cleaning repository 2024-06-30 15:02:42 +02:00
Makefile Add datasize scalability results 2024-06-29 14:27:13 +02:00
parser.awk Debug parser and cleaning 2021-05-07 09:07:20 +02:00
README.md Minor changes 2024-06-30 16:48:30 +02:00
run_scalability_datasize.sh Debug 2024-06-30 14:51:35 +02:00
run_scalability_nnodes.sh Debug 2024-06-30 14:51:35 +02:00
run_strategy_combined.sh Cleaning repository 2024-06-30 15:02:42 +02:00
run_strategy_farhint.sh Cleaning repository 2024-06-30 15:02:42 +02:00
run_strategy_sor.sh Cleaning repository 2024-06-30 15:02:42 +02:00
run_strategy_uor.sh Cleaning repository 2024-06-30 15:02:42 +02:00

A large-scale study of the impact of node behavior on loosely coupled data dissemination: The case of the Distributed Arctic Observatory

Requirements

  • First Boost dev libs must be available on the system (required by SimGrid)
  • From the project root folder:

cd ./libs && ./setup.sh && cd - make

  • This should (please monitor the console for potential missing dependencies) install SimGrid and RapidJSON. If the simulator and scenarios executables are available, then everything is ready to launch experiments.

Simulations from the paper

  • To run a particular experiment, use one of the run_*.sh scripts
  • For each scripts, results are generated in the results/ folder

Notes

  • The inputs.json file controls the inputs to the simulator. This file can be generated with the scenarios executable.
  • To run a simulation using your own inputs.json just use > make run This will also generate a file called platform.xml corresponding to the platform simulated in SimGrid and results will be printed in stderr.
  • To generate a csv output from the simulation results you can use the awk parser in the following way:

make run 2>&1|./parser.awk