add oob_tcp_if_include for OMPI and NCCL_SOCKET_IFNAME parameters for RCCL to multinode #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
add
oob_tcp_if_includefor OMPI and defineNCCL_SOCKET_IFNAMEparameters for RCCL to multinodeTechnical Details
I tried to run earlier on a couple of MI350 systems for multi-node RCCL, run into this issue that the default socket for RCCL and OMPI does not work.
Since there is already
oob_portspecified forbtl_tcp_if_include, could we also use it foroob_tcp_if_includefor OMPI andNCCL_SOCKET_IFNAMEthat I could work around this issue.The error I get is the following if I don't use the socket.
The test would hang for awhile and time out with the following:
Test Plan
with this change, I am able to execute all combination of rccl multinode tests using:
Test Result
The RCCL multinode test pass. Almost all pass using the latest git.
ufw is a separate issue since it does not work on CentOS 9 (default OS for GT 1.5 systems)
Submission Checklist