NVIDIA / nccl-tests

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

make failed, error -- unsupported GNU version! gcc versions later than 11 are not supported! #207

Closed jxh314 closed 3 months ago

jxh314 commented 3 months ago

Hello, when I running the command below to build the tests, I encountered the following error:

image

My versions are CUDA 11.8 and GCC 11.4. Even after changing /usr/bin/gcc to gcc-10, I still encounter the same error. Could you provide some possible solutions?

image