Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge back the master trunk into the smpi branch
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.lua
1 dofile 'sender.lua'
2 dofile 'receiver.lua'
3 require "simgrid"
4
5 simgrid.platform("quicksort_platform.xml")
6 simgrid.application("quicksort_deployment.xml")
7 simgrid.run()
8 simgrid.info("Simulation's over.See you.")
9