-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bug in CCMpred (CUDA) #6
Comments
Hi Felix, I don't have access to a suitable GPU/computer combination to debug this at the moment so I'm afraid that I will not be able to help 😞 |
No worries, the CPU version works fine so there's no rush. Just thought I'd report it ... |
I encountered a similar error. The reason seems to be that I fed CCMpred with too much sequences (~70k). (The error code I got was 6.) |
This issue is still present, hiding error codes and always showing No. 0. I suggest to change the macro to |
Running CCMpred with a sequence alignment in a CUDA compiled version of CCMpred gives crashes sometimes. Error give:
Running the same command with flag
-t 2
runs fine.The text was updated successfully, but these errors were encountered: