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

Gromacs2020.3-RAMD1.1 error: Aborted (core dumped) #13

Closed
satvikkg opened this issue Nov 13, 2020 · 5 comments
Closed

Gromacs2020.3-RAMD1.1 error: Aborted (core dumped) #13

satvikkg opened this issue Nov 13, 2020 · 5 comments
Assignees
Milestone

Comments

@satvikkg
Copy link

I am using Gromacs2020.3-RAMD1.1. MD run failed with following errror: Aborted (core dumped) on GPU(RTX 2080).

@BerndDoser BerndDoser self-assigned this Nov 13, 2020
@BerndDoser
Copy link
Member

Hi @satvikkg, Thanks for the report. Gromacs2020.3-RAMD1.1 was only a release candidate. Please use Gromacs2020.4-RAMD1.1 instead. If it still crashes, please provide detailed information of your computer and the input files, so that we are able to reproduce the issue. If not already done, run 'make test'.

@BerndDoser
Copy link
Member

I have just received a very similar report for RAMD 1.1 complaining an abort. Unfortunately, I use an std::abort as termination when the maximal receptor-ligand distance is reached. This will be changed in the next release (see #12). I would assume in your case, that the abort is intended and caused by RAMD. Using the '-ramd' flag, a xvg-file should be written with the receptor-ligand distances.

@satvikkg
Copy link
Author

satvikkg commented Dec 5, 2020

ramd-kbbox-test.zip
I tried running it on the latest release of gromacs-ramd. I am using an RTX2080 on ubuntu 20.04. I followed the tutorial @ https://kbbox.h-its.org/toolbox/tutorials/estimation-of-relative-residence-times-of-protein-ligand-complexes-using-random-acceleration-molecular-dynamics-ramd-implementation-in-gromacs/ . As soon as the distance of the ligand from the receptor reaches 5A, gromacs-ramd throws a Core Aborted error and stops the MD run without writing anything in the .output file.

@BerndDoser
Copy link
Member

In my output the line

==== RAMD ==== GROMACS will be stopped after 202300 steps.

is printed before gromacs is aborted. This line is needed for the further analysis descried in the tutorial. I will try to reproduce your test case. Thanks for sending it.

@BerndDoser
Copy link
Member

Finally, I have found your issue. The mentioned line is only printed in the mpi binary and not in the thread binary. This issue is already be fixed with the latest commit using the stop condition #12 and will be released soon in the next version.

@BerndDoser BerndDoser added this to the 2.0 milestone Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants