Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add example of java cpu model
[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] Create Resource Name: Jacquelin
8 > [0.000000] [jmsg/INFO] Create Resource Name: Boivin
9 > [0.000000] [jmsg/INFO] Create Resource Name: TeX
10 > [0.000000] [jmsg/INFO] updateActionState of 3 cpu and 0 actions
11 > [Jacquelin:surfCpuModel.Sender:(1) 0.000000] [jmsg/INFO] helloo!
12 > [Boivin:surfCpuModel.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
13 > [0.000000] [jmsg/INFO] Sleep action of duration -1.0
14 > [0.000000] [jmsg/INFO] Sleep action of duration -1.0
15 > [0.000000] [jmsg/INFO] shareResource of 3 cpu and 2 actions
16 > [0.000000] [jmsg/INFO] shareResource of 3 cpu and 2 actions
17 > [0.026020] [jmsg/INFO] updateActionState of 3 cpu and 2 actions
18 > [0.026020] [jmsg/INFO] shareResource of 3 cpu and 2 actions
19 > [0.026020] [jmsg/INFO] shareResource of 3 cpu and 2 actions
20 > [0.026021] [jmsg/INFO] updateActionState of 3 cpu and 2 actions
21 > [Jacquelin:surfCpuModel.Sender:(1) 0.026021] [jmsg/INFO] Send duration: 0.026021030927835052
22 > [0.026021] [jmsg/INFO] Sleep action of duration -1.0
23 > [0.026021] [jmsg/INFO] Sleep action of duration -1.0
24 > [0.026021] [jmsg/INFO] shareResource of 3 cpu and 4 actions
25 > [0.026021] [jmsg/INFO] shareResource of 3 cpu and 4 actions
26 > [0.052041] [jmsg/INFO] updateActionState of 3 cpu and 4 actions
27 > [0.052041] [jmsg/INFO] shareResource of 3 cpu and 4 actions
28 > [0.052041] [jmsg/INFO] shareResource of 3 cpu and 4 actions
29 > [0.052042] [jmsg/INFO] updateActionState of 3 cpu and 4 actions
30 > [Jacquelin:surfCpuModel.Sender:(1) 0.052042] [jmsg/INFO] Send duration with update bandwidth: 0.026021030927835052
31 > [0.052042] [jmsg/INFO] Sleep action of duration -1.0
32 > [0.052042] [jmsg/INFO] Sleep action of duration -1.0
33 > [0.052042] [jmsg/INFO] shareResource of 3 cpu and 6 actions
34 > [0.052042] [jmsg/INFO] shareResource of 3 cpu and 6 actions
35 > [0.078062] [jmsg/INFO] updateActionState of 3 cpu and 6 actions
36 > [0.078062] [jmsg/INFO] shareResource of 3 cpu and 6 actions
37 > [0.078062] [jmsg/INFO] shareResource of 3 cpu and 6 actions
38 > [0.078063] [jmsg/INFO] updateActionState of 3 cpu and 6 actions
39 > [Boivin:surfCpuModel.Receiver:(2) 0.078063] [jmsg/INFO] goodbye!
40 > [Jacquelin:surfCpuModel.Sender:(1) 0.078063] [jmsg/INFO] Send normal duration with limited bandwidth: 0.02602103092783506
41 > [Jacquelin:surfCpuModel.Sender:(1) 0.078063] [jmsg/INFO] goodbye!
42 > [0.078063] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...