You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am new guy to Digits and Linux, So pls forgive me if the issue is too naive.
I biuld the NV caffe using the source code, my system have 4 K40c Tesla cards.
I build the nccl lib according the guidline in this page, but when I "cmake .." the caffe,
the system tell me that NCCL not found. I think it is some problem with enveirment
paras setup. So would pls tell me how to fix it, thanks.
The text was updated successfully, but these errors were encountered:
Thanks Luk, the NCCL is found during the cmake process, but when build the caffe with make commond, it tell me the nccl.h file can't find when build nccl.hpp. I have to manually include the full path of the nccl.h.
So do you have other more efficient method to assigne the include path, thanks again.
Hi, I am new guy to Digits and Linux, So pls forgive me if the issue is too naive.
I biuld the NV caffe using the source code, my system have 4 K40c Tesla cards.
I build the nccl lib according the guidline in this page, but when I "cmake .." the caffe,
the system tell me that NCCL not found. I think it is some problem with enveirment
paras setup. So would pls tell me how to fix it, thanks.
The text was updated successfully, but these errors were encountered: