Using multiprocessing in python with SLURM is not fast as I expected

后端 未结 0 353
自闭症患者
自闭症患者 2020-12-05 20:34

I have the following code excerpt of multiprocessing usage in my python code:

   with Pool(processes=os.cpu_count()) as pool:
        print(pool)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题