I'm using a subroutine pcgeadd in PBLAS to compute summation between two global distributed matrices. I write several loops to do this summation. Then I run the program and get the error like this, or the program hangs.
***An error occured in MPI_Recv
***on communicator MPI COMMUNICATOR 8 DUP FROM 7
***MPI_ERR_TRUNCATE:message truncated
forrtl: error(78):process killed(SIGTERM)
What could be the problem? I guess the processes interrupt with each other while going through the loops. But I think ScaLAPACK can handle this issue. Anyone can help me with this problem? Thank you.

