Convert SimGrid platform files to a GraphViz dotfiles!
Find a file
2019-02-12 16:57:53 +01:00
convert.lisp Create repo 2019-02-12 16:55:17 +01:00
packages.lisp Create repo 2019-02-12 16:55:17 +01:00
platform.xml Create repo 2019-02-12 16:55:17 +01:00
README.md Update readme 2019-02-12 16:57:53 +01:00
sgp2dot-cl.lisp Create repo 2019-02-12 16:55:17 +01:00
sgp2dot.asd Create repo 2019-02-12 16:55:17 +01:00

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 (convert <platform-file> <output-dot-file>) or use the dedicated sgp2dot-cl.lisp in your CLI.