Hi I want to run my program parallely on the my small cluster. It  has 5 nodes one master and 4 compute nodes.<br>When I run the below program on invidual machine it works fine and give proper output. But if I run it on cluster it gives below error.<br>
I disabled firewall.<br><br>OUTPUT....<br>-----------------<br>[root@beowulf ~]# mpiexec -n 4 ./cpi<br>Process 2 of 4 is on beowulf.master<br>Process 3 of 4 is on beowulf.master<br>Process 1 of 4 is on beowulf.master<br>Process 0 of 4 is on beowulf.master<br>
Fatal error in PMPI_Reduce: Other MPI error, error stack:<br>PMPI_Reduce(1270)...............: MPI_Reduce(sbuf=0xbfa66ba8, rbuf=0xbfa66ba0, count=1, MPI_DOUBLE, MPI_SUM, root=0, MPI_COMM_WORLD) failed<br>MPIR_Reduce_impl(1087)..........:<br>
MPIR_Reduce_intra(895)..........:<br>MPIR_Reduce_binomial(144).......:<br>MPIDI_CH3U_Recvq_FDU_or_AEP(380): Communication error with rank 2<br>MPIR_Reduce_binomial(144).......:<br>MPIDI_CH3U_Recvq_FDU_or_AEP(380): Communication error with rank 1<br>