Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Complete the other activityset examples in python
[simgrid.git] / examples / python / activityset-waitall / activityset-waitall.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/activityset-waitall.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, all in one shot.
7 > [5.197828] [  bob] All activities are completed.