Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix xmls for lua examples
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.lua
index a34a659..eb7d8e8 100644 (file)
@@ -8,7 +8,7 @@ dofile 'sender.lua'
 dofile 'receiver.lua'
 require "simgrid"
 
-simgrid.platform("../../platforms/platform.xml")
+simgrid.platform("../../platforms/small_platform.xml")
 simgrid.application("quicksort_deployment.xml")
 simgrid.run()
 simgrid.info("Simulation's over.See you.")