2007年5月30日

Using gdb and ddd with MPI

摘要: Thus far we have used the debugger to start the program we want to debug. But with MPI programs, we have used mpirun or mpiexec to start programs, which would seem to present a problem.[3] Fortunately... 阅读全文

posted @ 2007-05-30 23:42 cy163 阅读(1582) 评论(1) 推荐(1) 编辑

Hints for Debugging Parallel Programs

摘要: Using ddd/gdb: Use of a debugging tool like gdb can save you large amounts of time and frustration in any debugging project. But it is especially useful in debugging parallel programs. Whenever possi... 阅读全文

posted @ 2007-05-30 22:25 cy163 阅读(369) 评论(0) 推荐(0) 编辑

导航