-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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'. |
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. |
ramd-kbbox-test.zip |
In my output the line
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. |
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. |
I am using Gromacs2020.3-RAMD1.1. MD run failed with following errror: Aborted (core dumped) on GPU(RTX 2080).
The text was updated successfully, but these errors were encountered: