Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Java build
[simgrid.git] / examples / java / surfCpuModel / surf_cpu_model.tesh
1 #! tesh
2
3 $ java -classpath ${classpath:=.} surfCpuModel/TestCpuModel ${srcdir:=.}/../platforms/small_platform.xml ${srcdir:=.}/surfCpuModel/surfCpuModelDeployment.xml --cfg=host/model:compound
4 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'host/model' to 'compound'
5 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
6 > [0.000000] [jmsg/INFO] Initialize Cpu Constant Model
7 > [0.000000] [jmsg/INFO] New Cpu(Tremblay, 9.8095E7, 1.0)
8 > [0.000000] [jmsg/INFO] New Cpu(Jupiter, 7.6296E7, 1.0)
9 > [0.000000] [jmsg/INFO] New Cpu(Fafard, 7.6296E7, 1.0)
10 > [0.000000] [jmsg/INFO] New Cpu(Ginette, 4.8492E7, 1.0)
11 > [0.000000] [jmsg/INFO] New Cpu(Bourassa, 4.8492E7, 1.0)
12 > [0.000000] [jmsg/INFO] UpdateActionState of 0 actions
13 > [0.000000] [jmsg/INFO] Cpu Loaded: surfCpuModel.CpuConstantModel
14 > [Tremblay:surfCpuModel.Sender:(1) 0.000000] [jmsg/INFO] helloo!
15 > [Jupiter:surfCpuModel.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
16 > [0.000000] [jmsg/INFO] Sleep action of duration -1.0 sleeping true
17 > [0.000000] [jmsg/INFO] Sleep action of duration -1.0 sleeping true
18 > [0.000000] [jmsg/INFO] ShareResources at time -1.0
19 > [0.019014] [jmsg/INFO] UpdateActionState of 2 actions
20 > [0.019014] [jmsg/INFO] ShareResources at time -1.0
21 > [0.019014] [jmsg/INFO] UpdateActionState of 2 actions
22 > [Tremblay:surfCpuModel.Sender:(1) 0.019014] [jmsg/INFO] Send duration: 0.019014479160788175
23 > [Tremblay:surfCpuModel.Sender:(1) 0.019014] [jmsg/INFO] goodbye!
24 > [0.019014] [jmsg/INFO] Execute action of size 1.0E9 sleeping false
25 > [0.019014] [jmsg/INFO] Share action with new time 13.10684701688162
26 > [0.019014] [jmsg/INFO] ShareResources at time 13.10684701688162
27 > [13.125861] [jmsg/INFO] UpdateActionState of 1 actions
28 > [13.125861] [jmsg/INFO] action remains 0.0 after delta of 13.10684701688162
29 > [13.125861] [jmsg/INFO] action DONE
30 > [Jupiter:surfCpuModel.Receiver:(2) 13.125861] [jmsg/INFO] goodbye!
31 > [13.125861] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...