X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b76f5e8119b8fdb991ad0dd2b47c31fc260f12e..205f69cbb4e445eb661b0097637f15ae2ffcec96:/examples/python/clusters-multicpu/clusters-multicpu.py diff --git a/examples/python/clusters-multicpu/clusters-multicpu.py b/examples/python/clusters-multicpu/clusters-multicpu.py index 45312044ad..bf1a4d597e 100644 --- a/examples/python/clusters-multicpu/clusters-multicpu.py +++ b/examples/python/clusters-multicpu/clusters-multicpu.py @@ -289,7 +289,7 @@ if __name__ == '__main__': else: sys.exit("invalid param") - host_list = e.get_all_hosts() + host_list = e.all_hosts # create the sender actor running on first host simgrid.Actor.create("sender", host_list[0], Sender(host_list)) # create receiver in every host