ccsb-scripps / AutoDock-GPU

AutoDock for GPUs and other accelerators
https://ccsb.scripps.edu/autodock
GNU General Public License v2.0
391 stars 107 forks source link

autodock gpu issue #271

Closed 123TRAINTZ closed 1 month ago

123TRAINTZ commented 1 month ago

I get the following error when using autodock gpu, how can I solve it?

Kernel source used for development: ./device/calcenergy.cl
Kernel string used for building: ./host/inc/stringify.h
Kernel compilation flags: -I ./device -I ./common -DN128WI -cl-mad-enable OpenCL device: NVIDIA GeForce RTX 4060 Error: System consists of too many atoms.' Maximum number of atoms is 256.

Error in parse_liganddata, stopped job.

Error in setup of Job #1 Run time of entire job set (1 file): 0.066 sec Processing time: 0.000 sec

The job was not successful.

diogomart commented 1 month ago

AutoDock-GPU is optimized for docking small molecules, say roughly 20 atoms on average, 256 atoms is far larger than any molecule we tested it with. What are you trying to dock?

123TRAINTZ commented 1 month ago

AutoDock-GPU is optimized for docking small molecules, say roughly 20 atoms on average, 256 atoms is far larger than any molecule we tested it with. What are you trying to dock?

Hello, I want to use autodock gpu to dock a 14kda protein and a 100 base DNA.Tried to use gpu because it is slow to use vina but it suggests that the maximum is only 256 atoms.

diogomart commented 1 month ago

That's not a job for either autodock-gpu or vina. I'd suggest looking into software designed for that purpose.

123TRAINTZ commented 1 month ago

这不是 autodock-gpu 或 vina 能胜任的工作。我建议研究一下为此目的而设计的软件。

okay,thanks!