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

Is there any performance or space overheads for using 'tag' in MPI?

seongyun_k_
초급자
1,149 조회수

Hi, 

I wonder if  there can be any performance or space overheads for using 'tag' in MPI.

It would depend on how it is implemented, but I guess if it used a sort of hash map and keep (possible) multiple buffers for the buckets. The process memory size can blow up.

Can this happen?

0 포인트
2 응답
Judith_W_Intel
1,149 조회수
0 포인트
James_T_Intel
중재자
1,149 조회수

What tag are you talking about?  Is this related to the MPI tag used in point-to-point communications?  This is part of the standard and is required.

0 포인트
응답