Add IB/RDMA unit test

Tento commit je obsažen v:
Wenkai Du
2020-06-05 23:23:46 +00:00
rodič 95b8f70d15
revize cfa97eccd3
5 změnil soubory, kde provedl 958 přidání a 0 odebrání
+4
Zobrazit soubor
@@ -332,6 +332,10 @@ static ncclResult_t createListenSocket(int *fd, union socketAddress *localAddr)
return ncclSystemError;
}
#if defined(RCCL_IB_TEST)
localAddr->sin.sin_port = htons(23456);
#endif
if (socketToPort(&localAddr->sa)) {
// Port is forced by env. Make sure we get the port.
int opt = 1;