Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

maximum size

Jose_Gordillo
Beginner
842 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
842 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