Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate after merge of surf-precision branch
[simgrid.git] / examples / deprecated / msg / trace-host-user-variables / trace-host-user-variables.tesh
1 #!/usr/bin/env tesh
2
3 p Tracing user variables for hosts
4 $ ${bindir:=.}/trace-host-user-variables --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.004124] [msg_test/INFO] Declared host variables:
8 > [0.004124] [msg_test/INFO] HDD_capacity
9 > [0.004124] [msg_test/INFO] HDD_utilization
10 > [0.004124] [msg_test/INFO] Declared link variables:
11
12 $ rm -f simgrid.trace
13
14 p Not tracing user variables
15 $ ${bindir:=.}/trace-host-user-variables ${platfdir}/small_platform.xml ${srcdir}/../app-masterworker/app-masterworker_d.xml