X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2df13795e01302813a6aef10825ec7e922ce530..a6b23c846948f7f89277f75e7c42f3942b31b8d3:/doc/doxygen/platform.doc diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index e06e2236eb..109d3cbf2e 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -361,6 +361,21 @@ unset. availability. Similar to hosts attribute. \li state_file: Allow you to use a file as input for states. Similar to hosts attribute. +\li loopback_bw : bandwidth for loopback (if any). See link + section for syntax/details. If both loopback_* attributes are omitted, + no loopback link is created and all intra-node communication will + use the main network link of the node. Loopback link is a FATPIPE. +\li loopback_lat : latency for loopback (if any). See link + section for syntax/details. See loopback_bw for more info. +\li topology : network topology to use. For now SimGrid supports FLAT + (default, with or without backbone, as described before), + TORUS + and FAT_TREE attributes for this tag. +\li topo_parameters : specific parameters to pass for the topology + defined in the topology tag. For torus networks, comma-separated list of + the number of nodes in each dimension of the torus. For fat trees, refer to + \ref AsClusterFatTree "AsClusterFatTree documentation". + the router name is defined as the resulting String in the following java line of code: @@ -953,7 +968,7 @@ Note that when using route to give topological information, you have to give routes with one link only in it, as SimGrid needs to know which host are at the end of the link. -\subsubsection pf_byro bypassASroute +\subsubsection pf_byASro bypassASroute Note : bypassASroute and bypassRoute are under rewriting to perform better ; so you may not use it yet As said before, once you choose