Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use the right flag to get the pthread compilation schema
[simgrid.git] / examples / simdag / platform_script.lua
index 1d46d71f158c49bbd217eedf2a1bd2a9029b7114..38e9fc7d397c4b3bdebd19c0a9f29b9ad06df0cf 100644 (file)
@@ -1,5 +1,7 @@
 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};