Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Complete the other activityset examples in python
[simgrid.git] / examples / python / activityset-waitallfor / activityset-waitallfor.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/activityset-waitallfor.py ${platfdir}/hosts_with_disks.xml
4 > [0.000000] [alice] Send 'Message'
5 > [0.000000] [  bob] Create my asynchronous activities
6 > [0.000000] [  bob] Wait for asynchronous activities to complete
7 > [1.000000] [  bob] Not all activities are terminated yet.
8 > [2.000000] [  bob] Not all activities are terminated yet.
9 > [3.000000] [  bob] Not all activities are terminated yet.
10 > [3.000000] [  bob] Completed an I/O
11 > [4.000000] [  bob] Not all activities are terminated yet.
12 > [5.000000] [  bob] Not all activities are terminated yet.
13 > [5.000000] [  bob] Completed an Exec
14 > [5.197828] [  bob] Completed a Comm
15 > [5.197828] [  bob] Last activity is complete