Check each PC for a text file called:
C:\WINDOWS\system32\drivers\etc\hosts
Make sure this file contains the IP information of all of the
connected computers.
If that's not your problem, I would look into the user accounts
(windows login) to make sure that each computer has identical user
account information, all with administrator privileges. If they are
not identical in every way, you will have trouble getting MPICH2 to
work.
Also, there is a diagnostic tool built in with MPICH2 that stores your
user name and password information. If you're not careful when you set
that up initially, it will give you trouble even after uninstall->re-
install. Read the MPICH2 manual to find out how to clear the password
information, and do it locally on every computer. The next time to try
to use MPI, it will ask you for the user name and password. The proper
user name should be included by default by windows, so just hit return
for that field. Then enter your chosen password.
Also, whenever you make a change it may be necessary to reboot the
machine, even if windows does not prompt you to do so. Just do it
every time, just to be sure.
Good luck! I recently had similar troubles and was only able to
resolve them with some help from IT to get me going in the right
direction.
Justin