Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] try to use boost 1.59 as the older ones don't recognize MSVC 2015
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.lua
index 62c89e3973e242abd637a81818469b6c58f9ec0d..eb7d8e815c2bfdacaab9b73a746528503902f59e 100644 (file)
@@ -8,7 +8,7 @@ dofile 'sender.lua'
 dofile 'receiver.lua'
 require "simgrid"
 
-simgrid.platform("quicksort_platform.xml")
+simgrid.platform("../../platforms/small_platform.xml")
 simgrid.application("quicksort_deployment.xml")
 simgrid.run()
 simgrid.info("Simulation's over.See you.")