sgp2dot/README.md

12 lines
411 B
Markdown
Raw Normal View History

2019-02-12 16:55:17 +01:00
# Simgrid platform to dot file converter
2019-02-12 16:56:32 +01:00
**sgp2dot** is a [Simgrid](https://simgrid.org) platform to [Graphiz dot file](http://graphviz.org/) convert implemented in Lisp. It requires:
- Common Lisp (implementation supporting asdf)
2019-02-12 16:55:17 +01:00
- 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>`