msmpi.dll Visual Studio C++ 中的错误消息
msmpi.dll error message in Visual Studio C++
我正在处理 mpi,但我一直收到此错误消息:
(the program can't start because msmpi.dll is missing from your computer try
reinstalling the program to fix this problem )
所以我的问题是:
卸载 visual studio 并重新安装可以解决这个问题吗?或者我应该使用 PC 修复工具包程序和注册表修复程序来解决问题?
还有什么解决办法?
问题应该通过重新安装 Microsoft MPI 安装来解决,而不是 Visual Studio。它在类似情况下帮助了我。
您可以从以下网址下载最新版本
https://msdn.microsoft.com/en-us/library/windows/desktop/bb524831(v=vs.85).aspx
我正在处理 mpi,但我一直收到此错误消息:
(the program can't start because msmpi.dll is missing from your computer try reinstalling the program to fix this problem )
所以我的问题是:
卸载 visual studio 并重新安装可以解决这个问题吗?或者我应该使用 PC 修复工具包程序和注册表修复程序来解决问题?
还有什么解决办法?
问题应该通过重新安装 Microsoft MPI 安装来解决,而不是 Visual Studio。它在类似情况下帮助了我。
您可以从以下网址下载最新版本 https://msdn.microsoft.com/en-us/library/windows/desktop/bb524831(v=vs.85).aspx