Skip to content
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

Is there the way to check the version of NCCL ? #114

Closed
yoshihingis opened this issue Oct 11, 2017 · 2 comments
Closed

Is there the way to check the version of NCCL ? #114

yoshihingis opened this issue Oct 11, 2017 · 2 comments

Comments

@yoshihingis
Copy link

This is only question.
There are some versions of NCCL for Normal Ubuntu and DGX-1.
Is there the way to check the version of NCCL which is used in Deep Learning frameworks ?
For examples , Do Nvidia Docker commands have the special command to check the version of NCCL?

@sjeaugey
Copy link
Member

You may export NCCL_DEBUG=VERSION to make NCCL print the version during the first ncclCommInitAll or ncclCommInitRank call.

@zrss
Copy link

zrss commented May 20, 2020

u can also apt search the nccl when u install the nccl by .deb

root@531624e2e79d:/home/hzs# apt search nccl
Sorting... Done
Full Text Search... Done
libnccl-dev/now 2.4.7-1+cuda10.0 amd64 [installed,local]
  NVIDIA Collectives Communication Library (NCCL) Development Files

libnccl2/now 2.4.7-1+cuda10.0 amd64 [installed,local]
  NVIDIA Collectives Communication Library (NCCL) Runtime

nccl-repo-ubuntu1404-2.6.4-ga-cuda10.0/now 1-1 amd64 [installed,local]
  nccl repository configuration files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants