- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
