X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1fb7674e85449436e67e5660a631ba6dcffca7b3..49e85177c669d793e84242983a1b1f430e47184e:/examples/lua/SimSplay/splay_school.lua diff --git a/examples/lua/SimSplay/splay_school.lua b/examples/lua/SimSplay/splay_school.lua index ee677f116c..e740dd5826 100644 --- a/examples/lua/SimSplay/splay_school.lua +++ b/examples/lua/SimSplay/splay_school.lua @@ -1,22 +1,25 @@ +-- 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. + require("sim_splay") function SPLAYschool() log:print("My ip is: "..job.me.ip()) - for i = 1000,10000 do + for i = 1,200 do log:print(i) end - --[[ events.sleep(5) if job.me.ip() == job.nodes[1].ip then - log:print("calling") rpc.call(job.nodes[2], {"call_me", job.me.ip()}) end - log:print("second sleep") events.sleep(5) os.exit() -]] + --]] end function call_me(from) @@ -25,4 +28,5 @@ end events.thread("SPLAYschool") start.loop() +log:print("Simulation finished")