From: Martin Quinson Date: Wed, 17 Oct 2018 08:56:42 +0000 (+0200) Subject: docs: document X-Git-Tag: v3_22~876 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e79727225b9a476b8ce813bf4f1245f25b3f642a?ds=sidebyside docs: document --- diff --git a/docs/source/platform_reference.rst b/docs/source/platform_reference.rst index a4bbc57645..77f81e72df 100644 --- a/docs/source/platform_reference.rst +++ b/docs/source/platform_reference.rst @@ -18,6 +18,38 @@ the `simgrid.dtd `_ DTD file. The same DTD is used for both the platform and deployment files. +.. _pf_tag_config: + +------------------------------------------------------------------ + +------------------------------------------------------------------ + +Adding configuration flags into the platform file is particularly +useful when the described platform is best used with specific +flags. For example, you could finely tune SMPI in your platform file +directly. Almost all :ref:`command-line configuration items ` +can be configured this way. + +**Parent tags:** :ref:`pf_tag_platform` (must appear before any other tags) |br| +**Children tags:** :ref:`pf_tag_prop` |br| +**Attributes:** none + +.. code-block:: xml + + + + + + + + + + + + + + + .. _pf_tag_host: ------------------------------------------------------------------ @@ -159,7 +191,7 @@ Network links can represent one-hop network connections. See :cpp:class:`simgrid 4.0 40000000 8.0 60000000 - PERIODICITY 12.0 + LOOPAFTER 12.0 - At time t=4, the bandwidth is of 40 MBps. - At time t=8, it raises to 60MBps. diff --git a/docs/source/scenar_config.rst b/docs/source/scenar_config.rst index 192a96c52e..77a615f34c 100644 --- a/docs/source/scenar_config.rst +++ b/docs/source/scenar_config.rst @@ -72,6 +72,8 @@ with :cpp:func:`simgrid::s4u::Engine::set_config` or :cpp:func:`MSG_config`. // Rest of your code } +.. _options_list: + Existing Configuration Items ----------------------------