Problem with absolute path to nvcc in OpenMM 5.0.0
Posted: Thu Feb 14, 2013 4:12 am
Hi folks,
I just tried out the new 5.0 version of OpenMM. I used the binary 64bit package for Linux.
However, the testInstallation.py script failed with the message
| Error launching CUDA compiler: 32512
| sh: /usr/local/cuda/bin/nvcc: No such file or directory
Now it turned out that my CUDA installation was in a different directory.
I would suggest that you change the absolute path '/usr/local/cuda/bin/nvcc'
that is statically compiled into the libOpenMMCUDA.so plugin to something
more flexible like $CUDA_HOME/bin/nvcc.
Thanks for all the work on OpenMM and
regards,
Fabian
I just tried out the new 5.0 version of OpenMM. I used the binary 64bit package for Linux.
However, the testInstallation.py script failed with the message
| Error launching CUDA compiler: 32512
| sh: /usr/local/cuda/bin/nvcc: No such file or directory
Now it turned out that my CUDA installation was in a different directory.
I would suggest that you change the absolute path '/usr/local/cuda/bin/nvcc'
that is statically compiled into the libOpenMMCUDA.so plugin to something
more flexible like $CUDA_HOME/bin/nvcc.
Thanks for all the work on OpenMM and
regards,
Fabian