MPI_Comm_spawn:新进程是按顺序创建还是同时创建?

发布于 2025-01-18 04:25:51 字数 205 浏览 0 评论 0原文

我想知道 mpi_comm_spawn 操作是否会顺序创建指示的过程数(例如,一个接一个)或同时创建。我正在使用MPICH实现。

我正在研究一个在过程级别执行延展性的代码,并且我想知道该操作如何执行过程创建(以了解开销是否取决于更多参数,例如流程的数量以及它们的创建方式)。我找不到有关它的信息。也许有更多经验的人知道这一点。

谢谢。

I want to know if the MPI_Comm_spawn operation creates the number of processes indicated sequentially (e.g. one after another) or simultaneously. I am using MPICH implementation.

I'm working on a code that performs malleability at a process level, and I want to know how this operation performs the processes creation (to understand if the overhead depends on more parameters, like the number of processes and how they are created). I can't find information about it. Maybe someone with more experience knows it.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文