File: small_platform_profile.xml

package info (click to toggle)
simgrid 3.25%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,308 kB
  • sloc: cpp: 100,922; ansic: 68,086; fortran: 6,061; xml: 5,176; f90: 5,123; java: 4,094; python: 2,623; perl: 1,843; sh: 1,241; makefile: 47; javascript: 7; sed: 6
file content (70 lines) | stat: -rw-r--r-- 2,385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version='1.0'?>
<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
<platform version="4.1">
  <zone  id="AS0"  routing="Full">
    <host id="Tremblay" speed="25Mf"/>
    <host id="Jupiter"  speed="25Mf" speed_file="profiles/jupiter_speed.profile" />
    <host id="Fafard"   speed="25Mf"/>
    <host id="Ginette"  speed="25Mf"/>
    <host id="Bourassa" speed="25Mf"/>

    <link id="1" bandwidth="1MBps" latency="10ms" bandwidth_file="profiles/link1_bandwidth.profile" latency_file="profiles/link1_latency.profile" />
    <link id="2" bandwidth="1MBps" latency="10ms"/>
    <link id="3" bandwidth="1MBps" latency="10ms"/>
    <link id="4" bandwidth="1MBps" latency="10ms"/>
    <link id="5" bandwidth="1MBps" latency="10ms"/>
    <link id="6" bandwidth="1MBps" latency="10ms"/>
    <link id="7" bandwidth="1MBps" latency="10ms"/>
    <link id="8" bandwidth="1MBps" latency="10ms"/>
    <link id="9" bandwidth="1MBps" latency="10ms"/>
    <link id="10" bandwidth="1MBps" latency="10ms"/>
    <link id="loopback_FATPIPE" bandwidth="10MBps" latency="0" sharing_policy="FATPIPE"/>
    <link id="loopback" bandwidth="100MBps" latency="0"/>

    <route src="Tremblay" dst="Tremblay">
      <link_ctn id="loopback"/>
    </route>
    <route src="Jupiter" dst="Jupiter">
      <link_ctn id="loopback"/>
    </route>
    <route src="Fafard" dst="Fafard">
      <link_ctn id="loopback"/>
    </route>
    <route src="Ginette" dst="Ginette">
      <link_ctn id="loopback"/>
    </route>
    <route src="Bourassa" dst="Bourassa">
      <link_ctn id="loopback"/>
    </route>
    <route src="Tremblay" dst="Jupiter">
      <link_ctn id="1"/>
    </route>
    <route src="Tremblay" dst="Fafard">
      <link_ctn id="2"/>
    </route>
    <route src="Tremblay" dst="Ginette">
      <link_ctn id="3"/>
    </route>
    <route src="Tremblay" dst="Bourassa">
      <link_ctn id="4"/>
    </route>
    <route src="Jupiter" dst="Fafard">
      <link_ctn id="5"/>
    </route>
    <route src="Jupiter" dst="Ginette">
      <link_ctn id="6"/>
    </route>
    <route src="Jupiter" dst="Bourassa">
      <link_ctn id="7"/>
    </route>
    <route src="Fafard" dst="Ginette">
      <link_ctn id="8"/>
    </route>
    <route src="Fafard" dst="Bourassa">
      <link_ctn id="9"/>
    </route>
    <route src="Ginette" dst="Bourassa">
      <link_ctn id="10"/>
    </route>
  </zone>
</platform>