简体   繁体   English

在 HPC(分布式计算)上运行 Python

[英]Run Python on HPC (Distributed Computing)

How to make my python code run on High Performance Computing (HPC) cluster in a distributed fashion?如何让我的 python 代码以分布式方式在高性能计算 (HPC) 集群上运行?

(Note: I am looking for an alternative way to simplify the Pyspark job, as python code is running smooth with smaller dataset. I don't want to use Pyspark in this case, since library dependencies are there in my code.) (注意:我正在寻找一种替代方法来简化 Pyspark 作业,因为 python 代码在较小的数据集上运行平稳。我不想使用 Pyspark 在这种情况下,因为库中有我的代码依赖项。

Please suggest some useful ways of exploiting parallel computing paradigm on the distributed HPC.请提出一些在分布式 HPC 上利用并行计算范式的有用方法。

This is not a question.这不是一个问题。

This is a solution.这是一个解决方案。

plotly.offline.plot(fig, filename='filepath.html')

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM