[Feature] Cross-node communication without InfiniBand
chenhongyu2048 opened this issue · 4 comments
chenhongyu2048 commented
I wonder if msccclpp supports communication between GPUs on two nodes that don't have IB, e.g. in the case of ethernet-only.
chhwang commented
We do support both RoCE and TCP.
chenhongyu2048 commented
Thanks, but I'm still wondering how I should use TCP/Ethernet, should I set Transport to Ethernet
to do so?
And in #408 you answer that SmChannel can only use cudaipc, so if I want to use Ethernet, should I choose ProxyChannel?
chhwang commented
Yes, ProxyChannel with Ethernet transport will run over TCP.
chenhongyu2048 commented
Thanks for your reply!