NVIDIA / nccl-tests

NCCL Tests
BSD 3-Clause "New" or "Revised" License
775 stars 226 forks source link

undefined reference to ncclRedOpDestroy #195

Open freshduer opened 6 months ago

freshduer commented 6 months ago

i can compile the nccl-tests in cuda12 cuda11 environment but can not compile in cuda10.2 environment

my compile command is : image

and error: image

freshduer commented 6 months ago

after i link the native libnccl.so.2 to my compiled nccl ,error disappeared image so the NCCL_HOME does not funtion rightly?

freshduer commented 6 months ago

original libnccl is 2.6.3,so even if when i set the NCCL_HOME to my nccl 2.19.3,still not work image