-
Notifications
You must be signed in to change notification settings - Fork 10
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
RuntimeError: HHSearch failed: #2
Comments
We're not seeing this error on our platform. Have you downloaded the entire database and bind-mounted the correct paths on your machine? Our documentation for Rivanna (UVA's HPC cluster) users can be found here. Unfortunately, it's beyond our capabilities to troubleshoot this for other institutions. Comparing with the comment you quoted, we don't have the environment variable regarding memory, but I doubt that's the issue here. There is a similar issue reported on DeepMind's repo. I suggest that you reach out to that person to see how the issue was resolved. |
Thank you for your quick reaction, the database is bind mounted and I'll double check the path. |
Hi @mestia, I am dealing with the same issue right now, have you already come up with what is wrong? Any tips? Database is mounted and my paths are correct, yet I am still getting the "HHSearch failed:" error. Best regards, |
I found this suggestion on the alphafold repo: google-deepmind/alphafold#97 (comment) |
Thank you, @rsdmse - will try :) |
Hi, I ran into the same error. Issue for me was, that I build the image myself (the original deepmind one) on a skylake CPU and was trying to run it on an ivybridge node. After some diggin' I ran the /usr/bin/hhsearch command itself inside the container and got a segfault - this makes sense as it is compiled within the build procedure of the image and the container might therefore be CPU architecture specific. I hope this helps. |
Our local users have not reported this issue. Please follow up with DeepMind. Thanks everyone for the input. |
Hi @rsdmse , could you explain how you increase the mem and the number of GPU, please? (e.g., with parameters in the python script? or via system settings?) PS: I am running locally without docker. Thank you so much! |
I can confirm that on our university HPC machines, increasing memory and cores to SLURM parameters |
Thank you for providing the singularity image, however when running the image the way you described it here:
google-deepmind/alphafold#10 (comment)
I get this error:
Any hint about what could be wrong?
Thank you!
The text was updated successfully, but these errors were encountered: