Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / java / surfCpuModel / surf_cpu_model.tesh
1 #! tesh
2
3 $ java -classpath ${classpath:=.} surfCpuModel/TestCpuModel ${srcdir:=.}/surfCpuModel/surfCpuModelPlatform.xml ${srcdir:=.}/surfCpuModel/surfCpuModelDeployment.xml --cfg=workstation/model:compound
4 > [0.000000] [jmsg/INFO] Initialize Cpu Constant Model
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation/model' to 'compound'
6 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
7 > [0.000000] [jmsg/INFO] New Cpu(Jacquelin, 1.37333E8, 1.0)
8 > [0.000000] [jmsg/INFO] New Cpu(Boivin, 9.8095E7, 1.0)
9 > [0.000000] [jmsg/INFO] New Cpu(TeX, 6.8667E7, 1.0)
10 > [0.000000] [jmsg/INFO] UpdateActionState of 0 actions
11 > [0.000000] [jmsg/INFO] Cpu Loaded: Cpu Constant
12 > [Jacquelin:surfCpuModel.Sender:(1) 0.000000] [jmsg/INFO] helloo!
13 > [Boivin:surfCpuModel.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
14 > [0.000000] [jmsg/INFO] Sleep action of duration -1.0 sleeping true
15 > [0.000000] [jmsg/INFO] Sleep action of duration -1.0 sleeping true
16 > [0.000000] [jmsg/INFO] ShareResources at time -1.0
17 > [0.000000] [jmsg/INFO] ShareResources at time -1.0
18 > [0.026020] [jmsg/INFO] UpdateActionState of 2 actions
19 > [0.026020] [jmsg/INFO] ShareResources at time -1.0
20 > [0.026020] [jmsg/INFO] ShareResources at time -1.0
21 > [0.026021] [jmsg/INFO] UpdateActionState of 2 actions
22 > [Jacquelin:surfCpuModel.Sender:(1) 0.026021] [jmsg/INFO] Send duration: 0.026021030927835052
23 > [Jacquelin:surfCpuModel.Sender:(1) 0.026021] [jmsg/INFO] goodbye!
24 > [0.026021] [jmsg/INFO] Execute action of size 1.0E9 sleeping false
25 > [0.026021] [jmsg/INFO] Share action with new time 10.194199500484224
26 > [0.026021] [jmsg/INFO] ShareResources at time 10.194199500484224
27 > [0.026021] [jmsg/INFO] Share action with new time 10.194199500484224
28 > [0.026021] [jmsg/INFO] ShareResources at time 10.194199500484224
29 > [10.220221] [jmsg/INFO] UpdateActionState of 1 actions
30 > [10.220221] [jmsg/INFO] action remains 0.0 after delta of 10.194199500484224
31 > [10.220221] [jmsg/INFO] action DONE
32 > [Boivin:surfCpuModel.Receiver:(2) 10.220221] [jmsg/INFO] goodbye!
33 > [10.220221] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...