X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/218c42a20c7eaba87e20cfb3eaac5ad8e0d0f739..6aeed0145f123c033e0fdfc5b45066894fffc2a2:/examples/simdag/platform_script.lua diff --git a/examples/simdag/platform_script.lua b/examples/simdag/platform_script.lua index 8aaea8942e..4d159d43a3 100644 --- a/examples/simdag/platform_script.lua +++ b/examples/simdag/platform_script.lua @@ -8,11 +8,11 @@ require "simgrid" simgrid.AS.new{id="AS0",mode="Full"}; - simgrid.host.new{id="Tremblay",power=98095000}; - simgrid.host.new{id="Jupiter",power=76296000}; - simgrid.host.new{id="Fafard",power=76296000}; - simgrid.host.new{id="Ginette",power=48492000}; - simgrid.host.new{id="Bourassa",power=48492000}; + simgrid.host.new{id="Tremblay",speed=98095000}; + simgrid.host.new{id="Jupiter",speed=76296000}; + simgrid.host.new{id="Fafard",speed=76296000}; + simgrid.host.new{id="Ginette",speed=48492000}; + simgrid.host.new{id="Bourassa",speed=48492000}; -- create Links for i=0,11 do