Skip to content

Reply To: nvcc fatal : Option ‘–generate-code arch=compute_60’, missing code

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics nvcc fatal : Option ‘–generate-code arch=compute_60’, missing code Reply To: nvcc fatal : Option ‘–generate-code arch=compute_60’, missing code

#8126
Adrian
Keymaster

The error is for a different config – your listing states CUDA_ARCH as 62 whereas the error mentions 60. Is this the only change? If so, the issue is that you have a space after the cuda arch number that doesn’t get sanitized (will be fixed in 1.7).