-
Notifications
You must be signed in to change notification settings - Fork 110
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
void gpu_gradient_minAD #260
Comments
Hi @Yuwei-Pan |
@Yuwei-Pan Which version of AD-GPU are you using and what GPU are you running on? |
@Yuwei-Pan Also, one thing to try is to run the AD-GPU OpenCL version using |
The ligand PDBQT:
The map FLD file:
The GPF file:
I didn't use a DPF file. The hardware that I'm using is NVIDIA A40. Thank you! |
I'm using autodock_gpu_128wi and I'm running on NVIDIA A40. |
Hi @Yuwei-Pan
This is a really large box and can encompass the entire protein. Have you tried reducing the size of the box (maybe to 40, 40, 40) and see if that works? |
Hey @Yuwei-Pan I was able to reproduce this and I think the reason is the ordering of atoms in the ligand PDBQT file, as @diogomart commented in #224. It worked just fine in the 240x240x240 box with this ligand PDBQT file
A quick way to remake ligand PDBQT is to run
|
Great, thank you for the following up! |
Hi @rwxayheee I tried your suggestion, and it worked well. Thank you very much! |
Hello,
I am trying to run a docking of a receptor whose structure was obtained from protein data bank. I deleted all the water and heteroatoms and followed the receptor processing tutorial in AutoDock-Vina. However, I keep getting the following error even when I tried multiple ways of preparing the grid map files.
Running Job #1
Using heuristics: (capped) number of evaluations set to 244898
Local-search chosen method is: ADADELTA (ad)
Rest of Setup time 0.264910s
Executing docking runs, stopping automatically after either reaching 0.15 kcal/mol standard deviation of
the best molecules of the last 4 * 5 generations, 42000 generations, or 244898 evaluations:
Generations | Evaluations | Threshold | Average energy of best 10% | Samples | Best Inter + Intra
------------+--------------+------------------+------------------------------+---------+-------------------
0 | 150 | -1.51 kcal/mol | -1.99 +/- 0.33 kcal/mol | 8 | -2.82 kcal/mol
autodock_gpu_128wi_a40: ./cuda/kernel_ad.cu:404: void gpu_gradient_minAD(uint32_t, uint32_t, float*, float*): Assertion `0' failed.
I tried running the docking with the examples provided, and they were fine. I wonder what I'm doing wrong. Thank you!
The text was updated successfully, but these errors were encountered: