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

Public GIT Repository
Merge branch 'mc++' into mc-merge
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.lua
index 2aea25d0cbf70ed7d976184395e8784a3cfd64c0..62c89e3973e242abd637a81818469b6c58f9ec0d 100644 (file)
@@ -1,3 +1,9 @@
+-- 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"
@@ -6,5 +12,4 @@ simgrid.platform("quicksort_platform.xml")
 simgrid.application("quicksort_deployment.xml")
 simgrid.run()
 simgrid.info("Simulation's over.See you.")
-simgrid.clean()