You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to compile MuMax on a supercomputer where cuda libraries are in /local/software/cuda/9.0. Which files/paths should I modify to make a successful installation?
I was modifying the CGO_LDFLAGS and CGO_CFLAGS variables (I don't know how to make this work by changing the cgoflags.go file) and could run go install -v in /cuda/cu/. I also updated the path in cuda/make.bash and cuda/make-version-specific.bash (compilation seems to run ok) and finally ran go install in cmd/mumax3. It seems to work but when I run mumax3 I only get the error
This looks like a driver issue. CUDA fails to initialize, but your driver returns an error number (-1, in disguise) that our CUDA wrapper does not know about.
I recommend to check that your driver and CUDA version are strictly compatible.
Hi, I'm trying to compile MuMax on a supercomputer where
cuda
libraries are in/local/software/cuda/9.0
. Which files/paths should I modify to make a successful installation?I was modifying the
CGO_LDFLAGS
andCGO_CFLAGS
variables (I don't know how to make this work by changing thecgoflags.go
file) and could rungo install -v
in/cuda/cu/
. I also updated the path incuda/make.bash
andcuda/make-version-specific.bash
(compilation seems to run ok) and finally rango install
incmd/mumax3
. It seems to work but when I runmumax3
I only get the error.../github.com/mumax/3/cuda/init.go:60 Unknown CUresult: 4294967295
I guess there is a specific files I need to modify and procedure I need to follow to make this work?
Thanks
The text was updated successfully, but these errors were encountered: