Reputation: 93
I'm working on mpi but I keep having this error message :
(the program can't start because msmpi.dll is missing from your computer try reinstalling the program to fix this problem )
So my question is:
Will uninstalling visual studio and reinstalling it again solve this problem ? or I should go with PC fix kit program and registry fix programs to solve the problem?
What else could be the solution?
Upvotes: 4
Views: 16143
Reputation: 672
Problem should be solved by reinstalling Microsoft MPI installation, rather than Visual Studio. It helped me in a similar situation.
You can download the latest version from https://msdn.microsoft.com/en-us/library/windows/desktop/bb524831(v=vs.85).aspx. msmpisdk.msi installs the SDK (headers and link libraries), msmpisetup.exe installs the runtime support (msmpi.dll,etc).
Upvotes: 5