blob: 03ca760fd6bef34f1a4297f8016f946bad7d4d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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 requires:
- Common Lisp (implementation supporting asdf)
- s-xml
How to use it ? Compile it using the following lisp code:
> (asdf:operate :build-op "sgp2dot")
Finally invoke `(convert <platform-file> <output-dot-file>)` or use the dedicated *sgp2dot-cl.lisp*
in your CLI.
|