Create repo
This commit is contained in:
commit
8b32ec55b7
6 changed files with 1890 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Simgrid platform to dot file converter
|
||||
|
||||
**sgp2dot** is a [Simgrid](https://simgrid.org) platform to [Graphiz dot file](http://graphviz.org/) convert implemented in Lisp. It require:
|
||||
- Common Lisp (supporting asdf)
|
||||
- s-xml
|
||||
|
||||
How to use it ? Compile it using the following lisp code:
|
||||
|
||||
> (asdf:operate :build-op "sgp2dot")
|
||||
Finally invoke `./sgp2dot-cl.lisp <platform-file> <output-dot-file>`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue