diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
| commit | 8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 (patch) | |
| tree | 69fe53e9a4917713f62c2f78df83aa89fe73468d /README.md | |
Create repo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..881460b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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 require: +- Common Lisp (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>` + |
