348 Star 1.6K Fork 1K

MindSpore/docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
startup_method.rst 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
宦晓玲 提交于 2年前 . modify the rst file 2.2

Distributed Parallel Startup Methods

View Source on Gitee
.. toctree::
  :maxdepth: 1
  :hidden:

  dynamic_cluster
  mpirun
  rank_table

Startup Method

Currently GPU, Ascend and CPU support multiple startup methods respectively, three of which are dynamic cluster, mpirun and rank table:

  • Dynamic cluster: this method does not rely on third-party libraries, has disaster recovery function, good security, and supports three hardware platforms. It is recommended that users prioritize the use of this startup method.
  • mpirun: this method relies on the open source library OpenMPI, and startup command is simple. Multi-machine need to ensure two-by-two password-free login. It is recommended for users who have experience in using OpenMPI to use this startup method.
  • rank table: this method requires the Ascend hardware platform and does not rely on third-party library. After manually configuring the rank_table file, you can start the parallel program via a script, and the script is consistent across multiple machines for easy batch deployment.

The hardware support for the three startup methods is shown in the table below:

  GPU Ascend CPU
Dynamic cluster Support Support Support
mpirun Support Support Not support
rank table Not support Support Not support
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/docs.git
git@gitee.com:mindspore/docs.git
mindspore
docs
docs
r2.2

搜索帮助