Re: [OMPI users] Cluster hangs/shows error while executing simple MPI program in C

2013-03-05 Thread Ralph Castain
The TCP messaging transport is trying to connect to a process on 192.168.122.1 and being blocked. Check for a firewall, ensure that the network it is trying to use is correct (you may need to specify an appropriate network with -mca btl_tcp_if_include, or exclude one) On Mar 5, 2013, at 7:50 A

[OMPI users] Cluster hangs/shows error while executing simple MPI program in C

2013-03-05 Thread Justin Joseph
Cluster hangs/shows error while executing simple MPI program in C I am trying to run a simple MPI program(multiple array addition), it runs perfectly in my PC but simply hangs or shows the following error in the cluster. I am using open mpi and the following command to execute . mpirun -machinefi