-
Notifications
You must be signed in to change notification settings - Fork 22
Add build_test file for RCCL (#18) #23
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
base: main
Are you sure you want to change the base?
Conversation
|
@sudharssun has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84125652. |
Summary: Pull Request resolved: #23 Pull Request resolved: #18 As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Pull Request resolved: https://github.com/meta-pytorch/torchcomms/pull/267 Differential Revision: D84125652 Pulled By: sudharssun
bd7da31 to
0def038
Compare
Summary: As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Differential Revision: D84125652 Pulled By: sudharssun
0def038 to
93524f4
Compare
Summary: As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Differential Revision: D84125652 Pulled By: sudharssun
d1c48aa to
96f678f
Compare
Summary: Pull Request resolved: #23 Pull Request resolved: #18 As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Pull Request resolved: https://github.com/meta-pytorch/torchcomms/pull/267 Differential Revision: D84125652 Pulled By: sudharssun
Summary: As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Differential Revision: D84125652 Pulled By: sudharssun
5e84173 to
16fbd56
Compare
Summary: Pull Request resolved: #23 Pull Request resolved: #18 As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Pull Request resolved: https://github.com/meta-pytorch/torchcomms/pull/267 Differential Revision: D84125652 Pulled By: sudharssun
Summary: As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Differential Revision: D84125652 Pulled By: sudharssun
16fbd56 to
8a45abd
Compare
| conda config --set solver libmamba | ||
| # TODO: remove dependency on fbwhoami | ||
| echo "DEVICE_NAME=$(hostname)" > /etc/fbwhoami |
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.
HI can you please try to override PATH:
export PATH=/opt/rh/gcc-toolset-11/root/usr/bin:$PATH
Summary: Pull Request resolved: #23 Pull Request resolved: #18 As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Pull Request resolved: https://github.com/meta-pytorch/torchcomms/pull/267 Differential Revision: D84125652 Pulled By: sudharssun
8a45abd to
b1bdf06
Compare
Summary: Pull Request resolved: #23 Pull Request resolved: #18 As in title. Also delete the missed setup_rccl.sh copy in github (previous diff) Pull Request resolved: https://github.com/meta-pytorch/torchcomms/pull/267 Differential Revision: D84125652 Pulled By: sudharssun
b1bdf06 to
08d23ef
Compare
| # TODO: remove dependency on fbwhoami | ||
| echo "DEVICE_NAME=$(hostname)" > /etc/fbwhoami | ||
| cat /etc/fbwhoami | ||
| export PATH=/opt/rh/gcc-toolset-11/root/usr/bin:$PATH |
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.
| export PATH=/opt/rh/gcc-toolset-11/root/usr/bin:$PATH | |
| export PATH=/opt/rh/gcc-toolset-11/root/usr/bin:$PATH | |
| export CC=/opt/rh/gcc-toolset-11/root/usr/bin/cc | |
| export CXX=/opt/rh/gcc-toolset-11/root/usr/bin/c++ |
Summary:
As in title.
Also delete the missed setup_rccl.sh copy in github (previous diff)
Differential Revision: D84125652
Pulled By: sudharssun