From 22c7cca6855a273d69526abc3280ce241bd7fda0 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 2 Aug 2012 20:14:24 +0200 Subject: [PATCH 1/1] expend an example to explain what the prefix, suffix and radical arguments are in cluster tag --- doc/user_guide/doxygen/platform.doc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/user_guide/doxygen/platform.doc b/doc/user_guide/doxygen/platform.doc index 65f3cb6b88..8bae1122e9 100644 --- a/doc/user_guide/doxygen/platform.doc +++ b/doc/user_guide/doxygen/platform.doc @@ -264,6 +264,14 @@ the router name is defined as the resulting String in the following java line of radical="0-99" power="1000000000" bw="125000000" lat="5E-5" bb_bw="2250000000" bb_lat="5E-4"/> \endverbatim +The second examples creates 100 machines, which names are the following: +\verbatim +c-0.my_cluster_1.me +c-1.my_cluster_1.me +c-2.my_cluster_1.me +... +c-99.my_cluster_1.me +\endverbatim \subsubsection pf_peer peer A peer represents a peer, as in Peer-to-Peer (P2P). Basically, as cluster, A PEER IS INTERNALLY INTERPRETED AS AN \. It's just a kind of shortcut that does the following : -- 2.20.1