Skip to content

Reply To: Issues to run code examples with Nvidia A100 GPU

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 Issues to run code examples with Nvidia A100 GPU Reply To: Issues to run code examples with Nvidia A100 GPU

#8171
Adrian
Keymaster

The issue here is likely that the CUDA release is too old (the diagnostic control option should be independent of any architecture setting). To confirm you can remove the option in line 78 of rules.mk.

The CUDA_ARCH value for a K80 should be 30 as it belongs to the Kepler generation.