This problem has been solved.
We need to install the MPICH2 Manually.
When I install the MPICH2 Manually, I also need to install the .Net Framewok, It is also show an error, In my case, the solution for the error is as following.
Win +R
Regedit
Error 0x800f0954 when installing dot net on Windows 10
by Westechs Blog | Jan 16, 2018 | Tech Tips
You may receive this error when trying to install DotNet (.net) on Windows 10 and you are using a WSUS server. This error may occur of the .net installer is not approved in WSUS.
As a temporary workaround, change the registry key “UseWUServer” to 0. It is located at:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
After the registry change, restart the Windows Update service. You should be able to install .net at this time. Once done you should change this key back to its original value (or wait and allow Group Policy to do it for you.)
Any way, the problem in my case has been solved.