由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to debug mpi?
相关主题
能否给些讲debug经验的文章和书籍 (转载)如何查看一个程序/进程使用了哪些cpu?
一个debug的问题每个请求是用单独的 tcp connection 吗?
不同compiler速度可以差很远吗?mpirun vs script
After build,how to run the program on visual C# 2008How to compile with ddd?
问个超简单的C问题 .NET C++ debug状态下怎么用鼠标显示变量值
C++现在写起来真舒服啊Edit & Continue不work,怎么办?
SQL debug step into a store procedure from another one (转载)gdb debugging the system call execve() ...
大家不觉得这篇文章很有道理么?未来语言的趋势?how to look the values in a vector in VC.NET
相关话题的讨论汇总
话题: mpi话题: use话题: debug话题: mpirun话题: debugging
进入Programming版参与讨论
1 (共1页)
l********r
发帖数: 175
1
had no experience on debugging mpi error. I tried to use mpirun, but don't
know how to use it. Is there any manuscript on describing how to use it?
Thanks a lot.
r********d
发帖数: 23
2
Our parallel computing teacher said 'printf' is more effective than any
debugger when it comes to multithreading or multi-process...

【在 l********r 的大作中提到】
: had no experience on debugging mpi error. I tried to use mpirun, but don't
: know how to use it. Is there any manuscript on describing how to use it?
: Thanks a lot.

l********r
发帖数: 175
3
Thanks a lot. I hope it works for me.
a****l
发帖数: 8211
4
just a reminder of using prinf on MPI: don't trust what the screen tells you
...

【在 r********d 的大作中提到】
: Our parallel computing teacher said 'printf' is more effective than any
: debugger when it comes to multithreading or multi-process...

T*******i
发帖数: 4992
5
mpich2 supports gdb

【在 l********r 的大作中提到】
: had no experience on debugging mpi error. I tried to use mpirun, but don't
: know how to use it. Is there any manuscript on describing how to use it?
: Thanks a lot.

1 (共1页)
进入Programming版参与讨论
相关主题
how to look the values in a vector in VC.NET问个超简单的C问题
core dump 后的尸体能debug吗?C++现在写起来真舒服啊
trouble using gdb debugging C/C++SQL debug step into a store procedure from another one (转载)
请教matlab转C++大家不觉得这篇文章很有道理么?未来语言的趋势?
能否给些讲debug经验的文章和书籍 (转载)如何查看一个程序/进程使用了哪些cpu?
一个debug的问题每个请求是用单独的 tcp connection 吗?
不同compiler速度可以差很远吗?mpirun vs script
After build,how to run the program on visual C# 2008How to compile with ddd?
相关话题的讨论汇总
话题: mpi话题: use话题: debug话题: mpirun话题: debugging