Skip to content
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

CUDA Runtime Error when using ad4 maps #115

Open
NiBoyang opened this issue Apr 2, 2024 · 4 comments
Open

CUDA Runtime Error when using ad4 maps #115

NiBoyang opened this issue Apr 2, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@NiBoyang
Copy link

NiBoyang commented Apr 2, 2024

Describe the bug

The CUDA runtime error happened just after the first batch was completed.

Batch 1 running time: 46419ms
Small
Max num_atoms: 40 Max num_torsions: 12 Max num_rigids: 5 Max num_lig_pairs: 467
Group size: 1309
Small Batch 2 size: 502
Performing docking (random seed: 1512773227) ... atom_type::AD=1
CUDA error at /home/s2263780/Uni-Dock/unidock/src/cuda/monte_carlo.cu:2854 code=700(cudaErrorIllegalAddress) "cudaDeviceSynchronize()"


An error occurred: CUDA Runtime Error.

Expected behavior

No response

To Reproduce

The command I used was

unidock \
--maps /home/s2263780/unidock_test/ad4map/receptor \
--gpu_batch $(find /home/s2263780/unidock_test/lib/ -name "*.pdbqt" -print) \
--search_mode balance \
--scoring ad4 \
--center_x 9.297 \
--center_y 12.077 \
--center_z -21.830 \
--size_x 26 \
--size_y 28 \
--size_z 24 \
--num_modes 1 \
--dir /home/s2263780/unidock_test/results/

unidock_test.tar.gz

Environment

  • CUDA 12.4
  • GPU RTX4080
  • Uni-Dock v1.1.1

Additional Context

No response

@NiBoyang NiBoyang added the bug Something isn't working label Apr 2, 2024
@ysyecust
Copy link
Collaborator

ysyecust commented Apr 4, 2024

Hi @NiBoyang can you show me your CUDA version? Uni-Dock need your CUDA version >=11.8.

@NiBoyang
Copy link
Author

NiBoyang commented Apr 4, 2024

IMG_0130
Hi @ysyecust , thanks for you reply. Please find the attached screenshot which contains the error (first batch completed but the second one crashed) and the CUDA version 12.4.

@NiBoyang
Copy link
Author

NiBoyang commented Apr 5, 2024

Also if I use the ligand_index parameter (file_paths.txt in the compressed), it shows 'segmentation fault' as #112

@NiBoyang
Copy link
Author

NiBoyang commented May 2, 2024

Any update on this issue?

Many thanks,
Boyang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants