Dear colleagues researchers,
Could you help me with a problem in MD analysis using Gromacs?
I'm using Gromacs version 2021.4 now, and trying to analyze hydrogen bonds (using HbMap2Grace) with the command:
gmx hbond -f ../md_center.xtc -s ../md.tpr -n ../index.ndx -num hbond-lig -r -0.4 -hbm hbmap-lig -g hb-lig -life hblife -tu us
The program gives me the following error:
Fatal error:
Not enough memory. Failed to calloc -79 elements of size 4 for rdist
(called from file /home/priscila/Documents/gromacs-2021.4/src/gromacs/gmx_hbond.cpp,
line 2856)
I've also tried it with version 5.1, 2018, 2019, 2019.6 and 2020, but all with the same problem.
P.S.: I don't think it's a lack of physical memory on my computer, cause there is enough storage space.