Skip to content

simgrid/coordinator_worker_flashback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coordinator-Worker Flashback

Objective

Compare the simulation time and memory footprint of the classical coordinator-worker example provided in the SimGrid distribution between different versions (currently 3.10 and 3.34)

Requirements

  • Docker
  • Python3 and matplotlib

Usage

Typing

make build

will:

  • build Docker images locally if needed; and
  • build the simulators using these images.

Typing

make run

will:

  • run a set of experiments to produce a result figure in PDF, using the simulators.

These experiments are for some default sets of numbers of workers and numbers of trials (as encoded in the Makefile). These can be changed by typing, for instance:

make MIN_WORKERS=1000 MAX_WORKERS=50000 STEP_WORKERS=1000 NUM_TRIALS=10 run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published