Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change TCP_gamma to not be a compilation-time #define, but a command line option
[simgrid.git] / teshsuite / simdag / platforms / two_clusters_symmetric.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
5            radical="0-4" power="1000000000" bw="125000000" lat="5E-5"
6            bb_bw="2250000000" bb_lat="5E-4"/>
7
8   <cluster id="alice_cluster" prefix="alice" suffix=".crepe.fr"
9            radical="0-4" power="1000000000" bw="125000000" lat="5E-5"
10            bb_bw="2250000000" bb_lat="5E-4"/>
11
12
13   <link id="backbone" bandwidth="1250000000" latency="5E-4"/>
14
15   <route:multi src="bob_cluster" dst="alice_cluster" symmetric="YES">
16     <link:ctn id="backbone"/>
17     <link:ctn id="$dst"/>
18   </route:multi>
19 </platform>