GROMACS version: 2024.3
GROMACS modification: Yes/No
Hello everyone!
I am new to Gromacs, and I encountered the following problem recently.
In our group we have a shared desktop for MD simulations with older Gromacs version already installed. As I wanted to use the new version and modify some files in it to add a new non-standart aminoacid residue, I installed the 2024.3 version to my personal folder
/home/lena using -DCMAKE_INSTALL_PREFIX=
and added
source ~/gromacs-2024.3/bin/GMXRC
to .bashrc
which gmx confirmed, that I use the local version of Gromacs (/home/lena/gromacs-2024.3/bin/gmx), and I was able to start the simulation successfully from the working directory ~/MD/ProtA. But the performance was just 2 ns/day.
System:
[ molecules ]
; Compound #mols
PROA 1
SOL 15655
CL 2
Total atoms: 51067
Protein atoms: 4100 (265 residues)
Running on 1 node with total 8 cores, 16 processing units
Hardware detected on host:
CPU info:
Vendor: Intel
Brand: Intel(R) Core™ i9-9900K CPU @ 3.60GHz
However, I tried to run the exact same simulation with the same input files on my personal laptop (AMD Ryzen 9 8945HS, 8 cores, Gromacs 2024.3) where the path to GRMXC is
/usr/local/gromacs/bin/gmx
and got ~15 ns/day.
Running on 1 node with total 8 cores, 16 processing units
Hardware detected on host LAPTOP-QU8TNGH9:
CPU info:
Vendor: AMD
Brand: AMD Ryzen 9 8945HS w/ Radeon 780M Graphics
What could be the reason for my simulation on the desktop to be so slow? Is it somehow related to the installation directory? Or is it just the hardware difference?
Any help will be appreciated!