-
Notifications
You must be signed in to change notification settings - Fork 211
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
Vina Docking speed using binary #359
Comments
Hello,
Was this using the HPC manager (e.g. slurm) or the |
I was using the Slurm option to allocate resources. From what I understand, setting the exhaustiveness to 8 should mean Vina will use at least 8 cores. |
No, it means it will spawn 8 threads or less. |
Thank you for the information. |
Hello,
I have installed the Vina 1.2.3 binary (vina_1.2.3_linux_x86_64) on an HPC system. I ran the program using 1 node with both 1 core and 16 cores, setting the exhaustiveness to 8, but observed almost the same runtime in both cases.
Is there a way to assign each ligand to a separate core for docking? For example, if I use 8 cores, can I configure it to dock 8 ligands simultaneously, one on each core?
Would compiling from source help improve the speed? I’ve tried increasing the exhaustiveness, but it hasn’t led to a significant improvement. My batch size is 10,000 ligands, and each node has 64 cores.
Thanks and regards,
Aashish
The text was updated successfully, but these errors were encountered: