Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
562364fb747ae0eb57ff4dbc7ce314156375dc09
[simgrid.git] / examples / msg / trace-host-user-variables / trace-host-user-variables.tesh
1 #!/usr/bin/env tesh
2
3 p Tracing user variables for hosts
4 $ $SG_TEST_EXENV ${bindir:=.}/trace-host-user-variables$EXEEXT --cfg=tracing:yes --cfg=tracing/platform:yes ${platfdir}/small_platform.xml ${srcdir}/../app-masterworker/app-masterworker_d.xml
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to 'yes'
7 > [0.004078] [msg_test/INFO] Declared host variables:
8 > [0.004078] [msg_test/INFO] HDD_capacity
9 > [0.004078] [msg_test/INFO] HDD_utilization
10 > [0.004078] [msg_test/INFO] Declared link variables:
11 > [0.004078] [msg_test/INFO] Node types in the trace:
12 > [0.004078] [msg_test/INFO] HOST
13 > [0.004078] [msg_test/INFO] LINK
14 > [0.004078] [msg_test/INFO] Edge types in the trace:
15 > [0.004078] [msg_test/INFO] 0-HOST1-LINK4
16 > [0.004078] [msg_test/INFO] 0-LINK4-HOST1
17 > [0.004078] [msg_test/INFO] 0-LINK4-LINK4
18
19 $ rm -f simgrid.trace
20
21 p Not tracing user variables
22 $ $SG_TEST_EXENV ${bindir:=.}/trace-host-user-variables$EXEEXT ${platfdir}/small_platform.xml ${srcdir}/../app-masterworker/app-masterworker_d.xml