- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
It may be a great tool but it is useless if there is no user guide.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Moving this to the oneAPI HPC Toolkit Forum. MPI questions can best be answered there.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
For Intel MPI, https://www.intel.com/content/www/us/en/docs/mpi-library/developer-guide-linux/2021-6/debugging.html
There may be more info on mpigdb from MPICH documentation.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
**bleep**. I accepted your reply too soon. Yes I found that document. It only explains how to compile and to run it. I need a user guide on how to use it. Even a very basic one. I scoured intel site for it and found nothing.
Is there anyway that I can at least get to communicate with someone at Intel to see if there is anyone who knows how to use the tool? And if there is anyway my company can get them to offer tech support? I tried a year ago with this problem and had to give up. Surely there had to be a way to get help on this from Intel. This is just a simple PI test programme.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I un-accepted the "solution" for you, so this is once again unanswered.
Intel does not provide or create an MPI debugger. We never have and there is no plan to provide one. Rather, we refer people to TotalView or DDT for commercial mpi debuggers that those companies support. In our documentation, when we refer to support, it is that our compilers and mpi library provide binaries that contain debug info that other debuggers can use. That is the extent of our support - we support binary file debug information that other open source or commerical debuggers can use.
gdb is open source. The mpigdb comes from MPICH, not Intel. This is why we do not document or support it - it's not our product. Your best source for help is the MPICH community at large. Or perhaps someone on this forum has experience with it and can chime in. the web may be your best source for information on using gdb with mpi.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
If you haven't already, i would suggest that you make it very clear that MPICH are the providers and that the MPICH suppliers are where look for information. I did think you were partly involved in the gdb development though as you my company purched an Intel compiler version that provided gdb with a bug that had to be fixed. I demoed it easily on a little test problem. Intel had to fix it for me under the warranty.
