Skip to content

plasmo-dev/DigitalGraphs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitalGraphs.jl

Overview

DigitalGraphs.jl is a digital computing simulation framework. The package is built around a computing-graph abstraction that can be harnessed to simulate distributed and asynchronous systems such as algorithm execution on computer clusters or real-time control systems with latencies and delays.

Installation

DigitalGraphs.jl is not yet a registered Julia package. It can be installed using the following Julia Pkg command.

using Pkg
Pkg.add(PackageSpec(url="https://github.com/plasmo-dev/DigitalGraphs.jl.git"))

Acknowledgements

DigitalGraphs.jl was initially developed at the Scalable Systems Laboratory at the University of Wisconsin-Madison.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages