I’m trying to install NCCL Library at Ubuntu 18.04 + cuda 10.0 but without any sucess.
I’ve already tried the local version installation, the network version and the .tar file.
In my program I include the <nccl.h> file with any problems, but my compilation “don’t recognize” all functions from nccl that are used (giving the undefined reference to ‘ncclGroupStart’ for an example, as link below).
[url]http://prntscr.com/ps81fv[/url]
I have others cuda versions installed (8.0), but my nvcc is configured with cuda10.0
[url]http://prntscr.com/ps83kz[/url]
I don’t know where is the problem, can you provide me some guidance ?