Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add java surf plugin
[simgrid.git] / examples / java / surfPlugin / surf_plugin.tesh
1 #! tesh
2
3 $ java -classpath ${classpath:=.} surfPlugin/TestPlugin ${srcdir:=.}/surfPlugin/surfPluginPlatform.xml ${srcdir:=.}/surfPlugin/surfPluginDeployment.xml
4 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
5 > [0.000000] [jmsg/INFO] Trace: NetworkLink created __loopback__
6 > [0.000000] [jmsg/INFO] Trace: NetworkLink state changed __loopback__
7 > [0.000000] [jmsg/INFO] Trace: Cpu created Jacquelin
8 > [0.000000] [jmsg/INFO] Trace: Cpu state changed Jacquelin
9 > [0.000000] [jmsg/INFO] Trace: Cpu created Boivin
10 > [0.000000] [jmsg/INFO] Trace: Cpu state changed Boivin
11 > [0.000000] [jmsg/INFO] Trace: NetworkLink created link
12 > [0.000000] [jmsg/INFO] Trace: NetworkLink state changed link
13 > [Jacquelin:surfPlugin.Sender:(1) 0.000000] [jmsg/INFO] helloo!
14 > [Jacquelin:surfPlugin.Sender:(1) 0.000000] [jmsg/INFO] host count: 1
15 > [Jacquelin:surfPlugin.Sender:(1) 0.000000] [jmsg/INFO] sender time: 0.0
16 > [Boivin:surfPlugin.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
17 > [Boivin:surfPlugin.Receiver:(2) 0.000000] [jmsg/INFO] try to get a task
18 > [1.301001] [jmsg/INFO] Trace: NetworkAction state changed network
19 > [Boivin:surfPlugin.Receiver:(2) 1.301001] [jmsg/INFO] Got at time 1.3010010824742269
20 > [Jacquelin:surfPlugin.Sender:(1) 1.301001] [jmsg/INFO] goodbye!
21 > [1.301103] [jmsg/INFO] Trace: CpuAction state changed cpu
22 > [Boivin:surfPlugin.Receiver:(2) 1.301103] [jmsg/INFO] goodbye!
23 > [1.301103] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...