411 B
411 B
Simgrid platform to dot file converter
sgp2dot is a Simgrid platform to Graphiz dot file 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 ./sgp2dot-cl.lisp <platform-file> <output-dot-file>