Skip to content

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

OpenLB – Open Source Lattice Boltzmann Code Forums on 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).