Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Just hack the Bconnection to be sure test succed on 32 and 64 bit platform
authornavarro <navarro@caraja.(none)>
Thu, 10 May 2012 15:24:55 +0000 (17:24 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 10 May 2012 15:24:55 +0000 (17:24 +0200)
HAVE TO BE FIX AFTER SIMGRID v3.7

examples/msg/io/io.tesh
examples/platforms/storage.xml

index 4356685..2e1816c 100644 (file)
@@ -2,10 +2,10 @@
 
 $ ${bindir:=.}/io/file ${srcdir:=.}/examples/platforms/storage.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (0:@) Configuration change: Set 'path' to '../examples/platforms/'
-> [  0.000000] (0:@) Create resource with Bconnection '6000000000' Bread '100000000' Bwrite '30000000'
-> [  0.000000] (0:@) Create resource with Bconnection '6000000000' Bread '100000000' Bwrite '30000000'
-> [  0.000000] (0:@) Create resource with Bconnection '6000000000' Bread '100000000' Bwrite '30000000'
-> [  0.000000] (0:@) Create resource with Bconnection '6000000000' Bread '100000000' Bwrite '30000000'
+> [  0.000000] (0:@) Create resource with Bconnection '150000000' Bread '100000000' Bwrite '30000000'
+> [  0.000000] (0:@) Create resource with Bconnection '150000000' Bread '100000000' Bwrite '30000000'
+> [  0.000000] (0:@) Create resource with Bconnection '150000000' Bread '100000000' Bwrite '30000000'
+> [  0.000000] (0:@) Create resource with Bconnection '150000000' Bread '100000000' Bwrite '30000000'
 > [  0.000000] (0:@) Number of host '4'
 > [  0.000000] (1:0@denise)    Open file '/home/user/Install/simgrid/doc/simgrid/examples/platforms/g5k.xml'
 > [  0.000000] (2:1@alice)     Open file '/home/user/Install/simgrid/doc/simgrid/examples/platforms/One_cluster_no_backbone.xml'
index 54aeb22..20a0f5a 100644 (file)
                <storage_type id="samsung" model="RAID5" content="content/storage_content.txt">
                        <prop id="Bwrite" value="30000000" /> <!-- 30Mo/s -->
                        <prop id="Bread" value="100000000" /> <!-- 100Mo/s -->
-                       <prop id="Bconnection" value="6000000000" /> <!-- 6Go/s -->
+                       <prop id="Bconnection" value="150000000" /> <!-- 150Mo/s -->
                </storage_type>
 
                <storage_type id="crucial" model="SSD" content="content/storage_content.txt">
                        <prop id="Bwrite" value="30000000" />
                        <prop id="Bread" value="100000000" />
-                       <prop id="Bconnection" value="6000000000" />
+                       <prop id="Bconnection" value="150000000" />
                </storage_type>
 
                <storage_type id="wdigital" model="RAID0" content="content/storage_content.txt">
                        <prop id="Bwrite" value="30000000" />
                        <prop id="Bread" value="100000000" />
-                       <prop id="Bconnection" value="6000000000" />
+                       <prop id="Bconnection" value="150000000" />
                </storage_type>
 
                <storage id="Disk1" typeId="crucial"/>