Fix share memory collision in multi-communicator case.

Current SHM object name would only use pidHash and ranks as
identification, which would collide each other when program runs with
multiple communicators. Here we added commId info into pidHash, it makes
'pidHash'es of different communicators keeping in same process will be
distincted with each other.
이 커밋은 다음에 포함됨:
Cao Zongyan
2019-03-13 17:13:39 +08:00
부모 14e0cf644b
커밋 161763aab2
3개의 변경된 파일17개의 추가작업 그리고 6개의 파일을 삭제
+1
파일 보기
@@ -11,6 +11,7 @@
#include <stdint.h>
ncclResult_t getHostName(char* hostname, int maxlen);
uint64_t getnHash(const char* string, int n);
uint64_t getHostHash();
uint64_t getPidHash();