minrk/IPython-parallel-tutorial

interengine

tbjohns opened this issue · 0 comments

Had a question about the interengine example. Should this still work? I tried it today, but couldn't get engines communicating with each other.

A small issue was changing zmq.XREP to zmq.ROUTER in communicator.py.

But after fixing that, it would hang on sending...

run interengine.py
rc[0]["test"] = 111
send(rc, 0, 1, "test")