-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Cuda Version #24
Comments
Which NVIDIA driver version do you use? You may test that with the command |
There seem to be 2 errors.
|
As the output of nvidia-smi says, it seems that you don't have an NVIDIA driver installed. You need to install one. In the second system , the cmake log seems fine but the make process fails due to missing dependencies of your boost library. I would suggest removing all boost libraries and rebuild boost from the souce code. |
Hi,
I try to run gerbil via this command,
" ./gerbil -k 18 -l 1 -g SRR097732_1.fastq /tmp output "
But I got an error like this,
"Error while searching for GPU's: CUDA driver version is insufficient for CUDA runtime version
Disabling GPU support.
unable to create output-file"
I check CUDA version
"nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130"
This looks up to date. Could you please help me how I can solve this.
The text was updated successfully, but these errors were encountered: