Skip to content

Simulation framework focused in stream processing systems

Notifications You must be signed in to change notification settings

tanaxer01/eStreSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream processing system focused simulation

Dependencies needed

  • cmake
  • meson
  • pkgconfig
  • simgrid (You can install it through your package manager or use meson subproyects).

Build steps

meson subproyects download # (Only if simgrid is not installed.)
meson setup build
meson compile -C build