Convert SimGrid platform files to a GraphViz dotfiles!
convert.lisp | ||
packages.lisp | ||
platform.xml | ||
README.md | ||
sgp2dot-cl.lisp | ||
sgp2dot.asd |
Simgrid platform to dot file converter
sgp2dot is a Simgrid platform to Graphiz dot file converter implemented in Common Lisp. It requires:
How to use it ?
-
First solution: Compile the project using asdf with the following call:
(asdf:operate :build-op "sgp2dot")
Then, use the dedicated sgp2dot-cl.lisp in your CLI. Note that you should adapt the sgp2dot-cl.lisp shebang according to your lisp implementation.
-
Second, and simpler solution: Load the system using asdf, and invoke
(sgp2dot:convert <platform-file> <output-dot-file>)
.