Using the multiprocessing module for cluster computing

前端 未结 4 1946
无人共我
无人共我 2020-11-27 03:53

I\'m interested in running a Python program using a computer cluster. I have in the past been using Python MPI interfaces, but due to difficulties in compiling/installing th

4条回答
  •  死守一世寂寞
    2020-11-27 04:15

    In the past I've used Pyro to do this quite successfully. If you turn on mobile code it will automatically send over the wire required modules the nodes don't have already. Pretty nifty.

提交回复
热议问题