Python multiprocessing BETWEEN Amazon cloud instances

前端 未结 3 2036
野性不改
野性不改 2021-01-13 18:38

I\'m looking to run a long-running python analysis process on a few Amazon EC2 instances. The code already runs using the python multiprocessing module and can

3条回答
  •  耶瑟儿~
    2021-01-13 19:19

    I've been digging into IPython recently, and it looks like it supports parallel processing accross multiple hosts right out of the box:

    http://ipython.org/ipython-doc/stable/html/parallel/index.html

提交回复
热议问题