]> AND Public Git Repository - simgrid.git/blobdiff - examples/platforms/storage.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Address compilation warnings.
[simgrid.git] / examples / platforms / storage.xml
index 9b5eb5cc633cf2789c9b133c6c7ca52a6b9fc17e..69516b8afa2fb15de2b5da7865dfcdf14eb58d75 100644 (file)
                <storage id="Disk3" typeId="wdigital"/>
                <storage id="Disk4" typeId="wdigital"/>
 
-               <host id="bob" power="1gf">
+               <host id="bob" power="1Gf">
                        <mount id="Disk1" name="/home"/>                        
                </host>         
                
-               <host id="alice" power="1gf">
+               <host id="alice" power="1Gf">
                        <mount id="Disk2" name="/home"/>
                </host>
 
-               <host id="carl" power="1gf">            
+               <host id="carl" power="1Gf">            
                        <mount id="Disk3" name="/home"/>                
                </host>
                
-               <host id="denise" power="1gf">
+               <host id="denise" power="1Gf">
                        <mount id="Disk4" name="/home"/>        
                </host>