I am trying to test ScaLAPACK. However, one of the executable 'xzsep' is failing. I am getting the following error:
job aborted:
rank: node: exit code: message
0: optron: terminated
1: optron: fatal error: Fatal error in MPI_Bcast: Message truncated, error stack
:
MPI_Bcast(791)......................: MPI_Bcast(buf=0x00000000005FE170, count=1,
dtype=USER<vector>, root=0, comm=0x84000005) failed
MPIR_Bcast(192).....................:
MPIC_Recv(80).......................:
MPIDI_CH3U_Request_unpack_uebuf(529): Message truncated; 44 bytes received but buffer size is 24
2: optron: terminated
3: optron: terminated
It says the buffer size is 24, but 44 bytes received. It seems some buffer related thing but I cant get what the exact problem is and how to handle that? Appreciate any help...

