Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
expend an example to explain what the prefix, suffix and radical arguments are in...
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 2 Aug 2012 18:14:24 +0000 (20:14 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 2 Aug 2012 18:14:50 +0000 (20:14 +0200)
doc/user_guide/doxygen/platform.doc

index 65f3cb6..8bae112 100644 (file)
@@ -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
                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 <b>peer</b> represents a peer, as in Peer-to-Peer (P2P). Basically, as cluster, <b>A PEER IS INTERNALLY INTERPRETED AS AN \<AS\></b>. It's just a kind of shortcut that does the following :
 
 \subsubsection pf_peer peer
 A <b>peer</b> represents a peer, as in Peer-to-Peer (P2P). Basically, as cluster, <b>A PEER IS INTERNALLY INTERPRETED AS AN \<AS\></b>. It's just a kind of shortcut that does the following :