简体   繁体   English

无法找到或不匹配“mpiexec”的调试信息。无法找到或打开PDB文件

[英]Debugging information for 'mpiexec' cannot be found or doesn't match.Cannot find or open the PDB file

I am going to start parallel programming using MPI on visual studio c++ 2010. I made all configurations for MPI. 我将在visual studio c ++ 2010上使用MPI开始并行编程。我为MPI做了所有配置。 Now i can run any MPI program from command prompt, but I want to make the call from visual studio. 现在我可以从命令提示符运行任何MPI程序,但我想从visual studio进行调用。 So I followed the steps in this screen shot 所以我按照这个屏幕截图中的步骤

and I got this error : 我收到了这个错误:

Debugging information for 'mpiexec' cannot be found or doesn't match.Cannot find or open the PDB file

So what should i do ? 所以我该怎么做 ?

Microsoft HPC Pack 2008 SDK adds an additional debugger type to Visual Studio 2010 - MPI Cluster Debugger . Microsoft HPC Pack 2008 SDK为Visual Studio 2010 - MPI群集调试器添加了额外的调试器类型。 It could be selected in the Debugger to launch drop down control on the same configuration page that is shown on the screenshot in your question. 可以在调试器中选择它在问题屏幕截图中显示的同一配置页面上启动下拉控件。

Here is a terse one-page how-to on building and debugging MPI projects with VS 2010 and MS HPC Pack SDK that I have created for one of our parallel programming workshops. 以下是我为我们的一个并行编程研讨会创建的VS 2010和MS HPC Pack SDK构建和调试MPI项目的简洁单页操作方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM