Rebuild horovod with customer nccl library #3232
-
Environment:
Hello,
Is this a must? Any suggestion to simplify the rebuild process? |
Beta Was this translation helpful? Give feedback.
Answered by
maxhgerlach
Oct 19, 2021
Replies: 1 comment 2 replies
-
Hi @JoeyYoung, check out the environment variables that you can set to tweak the build: https://horovod.readthedocs.io/en/stable/install_include.html#environment-variables You should be able to set |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JoeyYoung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JoeyYoung,
check out the environment variables that you can set to tweak the build: https://horovod.readthedocs.io/en/stable/install_include.html#environment-variables
You should be able to set
HOROVOD_NCCL_LINK=SHARED
to link dynamically against NCCL.