~ubuntu-branches/ubuntu/raring/simgrid/raring

« back to all changes in this revision

Viewing changes to doc/gtut-files/gtut-platform.xml

  • Committer: Package Import Robot
  • Author(s): Martin Quinson
  • Date: 2013-01-31 00:24:51 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130131002451-krejhf7w7h24lpsc
Tags: 3.9~rc1-1
* New upstream release: the "Grasgory" release. Major changes:
  - Gras was completely removed from this version.
  - Documentation reorganization to ease browsing it.
  - New default value for the TCP_gamma parameter: 4MiB

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0'?>
2
 
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3
 
 <platform version="3">
4
 
 <AS  id="AS0"  routing="Full">
5
 
   <host id="Jacquelin" power="137333000"/>
6
 
   <host id="Boivin" power="98095000"/>
7
 
   <link id="1" bandwidth="3430125" latency="0.000536941"/>
8
 
   <route src="Jacquelin" dst="Boivin"><link_ctn id="1"/></route>
9
 
   <route src="Boivin" dst="Jacquelin"><link_ctn id="1"/></route>
10
 
 </AS>
11
 
 </platform>
12