From: Martin Quinson Date: Fri, 16 Oct 2015 19:14:17 +0000 (+0200) Subject: Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid X-Git-Tag: v3_13~1677 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/218c42a20c7eaba87e20cfb3eaac5ad8e0d0f739?hp=3de97294ca67a79f4a9729fc7ebcf37b4392f427 Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid --- diff --git a/doc/doxygen/internals.doc b/doc/doxygen/internals.doc index 30e96a8931..e3ecacd81f 100644 --- a/doc/doxygen/internals.doc +++ b/doc/doxygen/internals.doc @@ -3,6 +3,11 @@ This page does not exist yet, sorry. We are currently refurbishing the user documentation -- the internal documentation will follow (FIXME). +All we can say for now is that once you learn a bit about the SimGrid +internals, you will probably look a bit like this: + +@image html DiscoveringSimgrid.gif Discovering SimGrid's Internals. + There is two main things you want to know about the internals of SimGrid. First, you need to understand the component organization, as SimGrid is heavily layered, with each level being rather highly diff --git a/doc/webcruft/DiscoveringSimgrid.gif b/doc/webcruft/DiscoveringSimgrid.gif new file mode 100644 index 0000000000..9e45ad76aa Binary files /dev/null and b/doc/webcruft/DiscoveringSimgrid.gif differ