Using the multiprocessing module for cluster computing

前端 未结 4 1950
无人共我
无人共我 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:26

    I have luck using SCOOP as an alternative to multiprocessing for single or multi computer use and gain the benefit of job submission for clusters as well as many other features such as nested maps and minimal code changes to get working with map().

    The source is available on Github. A quick example shows just how simple implementation can be!

提交回复
热议问题