X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07ab66b75202165f5f9fcb66837fd9bf8c372d66..51446d1e45007c0525f32bcf664079844528041c:/docs/source/XML_reference.rst diff --git a/docs/source/XML_reference.rst b/docs/source/XML_reference.rst index 8b0749ef4f..9435ecfb9c 100644 --- a/docs/source/XML_reference.rst +++ b/docs/source/XML_reference.rst @@ -29,6 +29,7 @@ Here is the complete list of all existing tags in the DTD: :ref:`pf_tag_config`: pass simulation parameters from the XML file. |br| :ref:`pf_tag_disk`: storage resource. |br| :ref:`pf_tag_host`: computing resource. |br| +:ref:`pf_tag_host_link`: building clusters manually from the XML (deprecated, please use the C++ API). |br| :ref:`pf_tag_link`: communication resource. |br| :ref:`pf_tag_link_ctn`: name of a link to be included in a route. |br| :ref:`pf_tag_peer`: host located in a :ref:`pf_rm_vivaldi` zone. |br| @@ -39,10 +40,6 @@ Here is the complete list of all existing tags in the DTD: :ref:`pf_tag_zone`: area of the network containing elements (:ref:`pf_tag_disk`, :ref:`pf_tag_host`, :ref:`pf_tag_link` and sub-:ref:`pf_tag_zone`). |br| :ref:`pf_tag_zoneRoute`: inter-zone network path. -.. TODO:: - - Missing tags: - ------------------------------------------------------------------------------- .. _pf_tag_cluster: @@ -610,10 +607,12 @@ to experts. :``symmetrical``: Whether this route is symmetrical, ie, whether we are defining the route ``dst -> src`` at the same time. Valid values: ``yes``, ``no``, ``YES``, ``NO``. +------------------------------------------------------------------------------- + .. _pf_tag_backbone: -^^^^^^^^^ +^^^^^^^^^^ Within a manually-built cluster, specify the backbone to use. See the documentation of :ref:`pf_tag_cabinet` for all details, even if you should probably stop using this tag and switch to the C++ interface. @@ -662,6 +661,23 @@ the core amount or link characteristics cannot be changed with this tag. The hosts generated in the above example are named host-1.cluster, host-2.cluster1 etc. +------------------------------------------------------------------------------- + +.. _pf_tag_host_link: + + +^^^^^^^^^^^ + +Specify the up and down private links of a given host, which must be in a Cluster zone. + +**Parent tags:** :ref:`pf_tag_zone` with ``routing="Cluster"`` attribute |br| +**Children tags:** none |br| +**Attributes:** + +:``id``: Identifier of the host to be connected. +:``up``: Link id to be used for the outgoing communications. +:``down``: Link id to be used for the incoming communications. + .. |br| raw:: html