Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get rid of sd_workstation.cpp
[simgrid.git] / teshsuite / simdag / basic-parsing-test / basic-parsing-test.tesh
1 ! output sort
2
3 $ ${bindir:=.}/basic-parsing-test ../platforms/one_cluster.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
4 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
5 > Workstation number: 5, link number: 12
6
7 ! output sort
8 $ ${bindir:=.}/basic-parsing-test ../platforms/host_attributes.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
9 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
10 > Workstation number: 5, link number: 1
11
12 ! output sort
13 $ ${bindir:=.}/basic-parsing-test ../platforms/link_attributes.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
14 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
15 > Workstation number: 1, link number: 5
16
17 ! output sort
18 $ ${bindir:=.}/basic-parsing-test ../platforms/three_hosts_non_symmetric_route.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
19 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
20 > Workstation number: 3, link number: 4
21
22 ! output sort
23 $ ${bindir:=.}/basic-parsing-test ../platforms/two_clusters.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
24 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
25 > Workstation number: 4, link number: 12
26
27 ! output sort
28 $ ${bindir:=.}/basic-parsing-test ../platforms/two_hosts_multi_hop.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
29 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
30 > Workstation number: 2, link number: 4
31
32 ! output sort
33 $ ${bindir:=.}/basic-parsing-test ../platforms/two_hosts_one_link.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
34 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
35 > Workstation number: 2, link number: 2
36
37 ! output sort
38 $ ${bindir:=.}/basic-parsing-test ../platforms/four_hosts_floyd.xml
39 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
40 > Workstation number: 4, link number: 5
41
42 $ ${bindir:=.}/basic-parsing-test ../platforms/properties.xml
43 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'host/model' to 'compound'
44 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/optim' to 'TI'
45 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '0.000010'
46 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'Vegas'
47 > Workstation number: 1, link number: 1
48
49 $ ${bindir:=.}/basic-parsing-test ../platforms/properties.xml --cfg=cpu/optim:TI
50 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/optim' to 'TI'
51 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'host/model' to 'compound'
52 > [0.000000] [surf_parse/INFO] The custom configuration 'cpu/optim' is already defined by user!
53 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '0.000010'
54 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'Vegas'
55 > Workstation number: 1, link number: 1
56