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

one-sided communication in Intel MPI

M_Wang
Beginner
310 Views

Does Intel MPI Library support passive target one-sided communication? How about the perforamnce?
It seems the performance of passive target one-sided operations implemented through MPI-2 windows is very poor. The implementation of RMA in Intel MPI is not truly one-sided. When a process call MPI_Get/Put, the target process won't response if it is busy on its own work.
0 Kudos
1 Reply
Dmitry_K_Intel2
Employee
310 Views
Hi M Wang,

Yes it does. Intel MPI Library does supported passive one-sided communication. Performance... I don't know.
When you call MPI_Get/Put real communication will not be started until MPI_Win_Fence is called.

Regards!
Dmitry
0 Kudos
Reply