DeepLocalProteinDocking icon indicating copy to clipboard operation
DeepLocalProteinDocking copied to clipboard

Segmentation Fault when Running

Open av1659 opened this issue 5 years ago • 0 comments

Hello - I've followed all the instructions for running DeepLocalProteinDocking. I've tried compiling with Torch 1.1, Cuda 9.0 as well as Torch 1.2, Cuda 9.2.

I always get a segmentation fault when running server_test_local.sh, no matter the input PDB.

The segmentation fault is happening in cpu_VolumeConv in TorchProteinLibrary -> Layers -> Volume -> Volume.cu

I have tried using the TorchProteinLibrary older commit you listed in the README, as well as the most recent commit. I get a segfault on both.

What would be the way to fix this?

av1659 avatar Jul 31 '20 22:07 av1659