mumax/3

No binary for GPU. Your nvidia driver may be out-of-date

zkhodzhaev opened this issue · 6 comments

I have (MuMax3, Windows, NVIDIA Drive >451.21),
The computer Nvidia:
image

The Error: "No binary for GPU. Your nvidia driver may be out-of-date"

Does this build work on your system?

Does this build work on your system?

I'll try now.

Does this build work on your system?

It does :) can you tell me why this version works?

My apologies for the late answer.

mumax3 is compiled against different CUDA versions. The mumax3 build which you need to download depends on both the gpu architecture and the gpu driver. In most cases it is sufficient to know which driver you are using. That is why there is only a selector for the driver version when you want to download a mumax3 build.

Older GPUs (e.g: Geforce GTX 690) are not supported by CUDA11. In this case, you have to use a mumax3 executable which is build against an older CUDA version, even when you are using the most recent driver.

I reopened this issue because I want to update the download page to resolve this kind of confusion about the mumax3 builds in the future.

Thank you.