Software Archive
Read-only legacy content
17061 Discussions

MPI_Bcast error

Aram_D_1
Beginner
779 Views

Hello,

I run into the following error when running a MPI program. It happens when I run the following line with n_data2 defined as int.

MPI_Bcast(&n_data2, 1, MPI_INT, 0, MPI_COMM_WORLD);

[cli_15]: aborting job:
Fatal error in PMPI_Bcast:
Message truncated, error stack:
PMPI_Bcast(1538)..................: MPI_Bcast(buf=0x19bebb8, count=1, MPI_INT, r                                                                               oot=0, MPI_COMM_WORLD) failed
MPIR_Bcast_impl(1368).............:
MPIR_Bcast_MV2(2307)..............:
MPIR_Bcast_intra_MV2(2004)........:
MPIR_Bcast_binomial_MV2(149)......:
MPIDI_CH3U_Receive_data_found(277): Message from rank 14 and tag 2 truncated; 8                                                                                bytes received but buffer size is 4

 

0 Kudos
1 Reply
Feilong_H_Intel
Employee
779 Views
Hi Aram, This is not the appropriate sub-forum to ask this question. You may want to ask it in Intel MPI Library sub-forum or compiler sub-forum. Sorry that I'm unable to move your thread to either of the forums. Thanks.
0 Kudos
Reply