]> AND Public Git Repository - simgrid.git/blobdiff - examples/lua/multi_matrix/mult_matrix.lua
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Renamed host 'power' to 'speed' for hosts
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.lua
index 9700b7698407bf0c41283fac90ca3c98e0d33dfa..eb7d8e815c2bfdacaab9b73a746528503902f59e 100644 (file)
@@ -1,8 +1,14 @@
+-- Copyright (c) 2011, 2014. The SimGrid Team.
+-- All rights reserved.
+
+-- This program is free software; you can redistribute it and/or modify it
+-- under the terms of the license (GNU LGPL) which comes with this package.
+
 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.")