X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f866ed96a91b13a3dc0e4511361bb5071022542..0c3da2d0a2782eda66c3b6e191895c63f56dfeae:/doc/doxygen/platform.doc diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index d8233b51a5..35fe5a0c50 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -694,8 +694,8 @@ id | yes | string | Name of the link that is supposed to act is just some doc valuable only at the time of writing. This section describes the storage management under SimGrid ; nowadays it's only usable with MSG. It relies basically on linux-like concepts. - You also may want to have a look to its corresponding section in \ref - msg_file_management ; access functions are organized as a POSIX-like + You also may want to have a look to its corresponding section in + @ref msg_file ; access functions are organized as a POSIX-like interface. \subsubsection pf_sto_conc Storage - Main Concepts @@ -1656,6 +1656,22 @@ are some best practices you should pay attention to in order to produce good platform and some choices you can make in order to have faster simulations. Here's some hints and tips, then. +@subsection Finding the platform example that you need + +Most platform files that we ship are in the @c examples/platforms +folder. The good old @c grep tool can find the examples you need when +wondering on a specific XML tag. Here is an example session searching +for @ref pf_trace "trace_connect": + +@verbatim +% cd examples/platforms +% grep -R -i -n --include="*.xml" "trace_connect" . +./two_hosts_platform_with_availability_included.xml:26: +./two_hosts_platform_with_availability_included.xml:27: +./two_hosts_platform_with_availability_included.xml:28: +./two_hosts.xml:17: +@endverbatim + \subsection pf_as_h AS Hierarchy The AS design allows SimGrid to go fast, because computing route is done only for the set of resources defined in this AS. If you're using