It's hard for me to run the MPI program on two machines. OS - Ubuntu 12.04. And the MPI implementation is MPICH2
ssh is working fine:
root@ubuntu :/home
But when I run my MPI programs, this breaks:
root@ubuntu :/home
I have already disabled the firewall on both machines, so I can successfully execute ssh. But how to solve this problem?
My MPI code successfully runs on the same machine.
source share