Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Second try at lua. Still does not work: I get a 'attempt to yield across metamethod...
[simgrid.git] / src / bindings / lua / deploy.xml
diff --git a/src/bindings/lua/deploy.xml b/src/bindings/lua/deploy.xml
deleted file mode 100644 (file)
index 975fed4..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
-  <!-- The master process (with some arguments) -->
-  <process host="Tremblay" function="master">
-     <argument value="20"/>       <!-- Number of tasks -->
-     <argument value="50000000"/>  <!-- Computation size of tasks -->
-     <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="1"/>  <!-- Amount of slaves -->
-  </process>
-  <!-- The slave process (with no argument) -->
-  <process host="Tremblay" function="slave">
-    <argument value="0"/>
-  </process>
-  <!--
-  <process host="Jupiter" function="slave">
-    <argument value="1"/>
-  </process>
-  <process host="Fafard" function="slave">
-    <argument value="2"/>
-  </process>
-  <process host="Ginette" function="slave">
-    <argument value="3"/>
-  </process>
-  <process host="Bourassa" function="slave">
-    <argument value="4"/>
-  </process>-->
-</platform>