File: two_hosts_profiles.xml

package info (click to toggle)
simgrid 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,192 kB
  • sloc: cpp: 124,913; ansic: 66,744; python: 8,560; java: 6,773; fortran: 6,079; f90: 5,123; xml: 4,587; sh: 2,194; perl: 1,436; makefile: 111; lisp: 49; javascript: 7; sed: 6
file content (12 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0'?>
<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
<platform version="4.1">
  <zone  id="AS0"  routing="Full">
    <host id="Cpu A" speed="10f" speed_file="profiles/trace_A.txt" state_file="profiles/trace_A_failure.txt"/>
    <host id="Cpu B" speed="10f" speed_file="profiles/trace_B.txt"/>
    <link id="LinkA" bandwidth="10MBps" latency="200ms"/>
    <route src="Cpu A" dst="Cpu B">
      <link_ctn id="LinkA"/>
    </route>
  </zone>
</platform>