-
Notifications
You must be signed in to change notification settings - Fork 26
Use one source of truth for NCCL environment variables #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
preview available: https://docs.tds.cscs.ch/152 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the uglier bash comments are worth in this case.
preview available: https://docs.tds.cscs.ch/152 |
e3dd98c
to
610f010
Compare
preview available: https://docs.tds.cscs.ch/152 |
export FI_CXI_DEFAULT_TX_SIZE=32768 | ||
export FI_CXI_RX_MATCH_MODE=software | ||
# (8)! | ||
--8<-- "docs/software/communication/nccl_env_vars" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!
preview available: https://docs.tds.cscs.ch/152 |
Based on #146 (comment). This adds NCCL environment variables to a separate file and includes it in both the NCCL and pytorch sections.
@boeschf @RMeli could you let me know what you think of this? The bash comments are definitely uglier, but perhaps not too bad. They show up in both sections. I've removed the explicit
MPICH_GPU_SUPPORT_ENABLED=0
from the NCCL side, but it's still mentioned in a warning (as before). The pytorch side still hasMPICH_GPU_SUPPORT_ENABLED=0
explicitly.