Mpirun:如何打印一个进程的STDOUT?
运行时,
mpirun -n 2 <prg>
两个进程的 STDOUT 流将合并并由 shell 显示。在这种交错格式中,很难分辨哪条线来自哪个节点。
有没有办法让 mpirun 将一个进程的 STDOUT 合并到其 STDOUT 流?
When running
mpirun -n 2 <prg>
the STDOUT streams of both processes are combined and are displayed by the shell. In such an interleaved format its hard to tell what line comes from which node.
Is there a way to have mpirun just merger STDOUT of one process to its STDOUT stream?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该解决方案提供了以下包装:
感谢 Paul Kapinos!
http://www.open-mpi.org/community /lists/users/2012/02/18362.php
The solution provides the following wrapper:
Thanks to Paul Kapinos!
http://www.open-mpi.org/community/lists/users/2012/02/18362.php