Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

maximum size

Jose_Gordillo
Beginner
400 Views
Hi,
I was wondering which is the maximum size of a data structure that can be send via MPI_Ssend or MPI_Broadcast. I suppose it's implementation dependent. If so, which factors determine it?
thanks in advance,
0 Kudos
1 Reply
Dmitry_K_Intel2
Employee
400 Views
Hi Joe,

It seems to me that internal implementation of MPI functions may limit the maximum size of a structure which can be transferred at once. But I think that it should not be less than 2GB. You can write a small test case and check this limitation.

Regards!
Dmitry
0 Kudos
Reply