Gromacs2024.4
Installation
After login, use nano
or vim
to modify ~/.bashrc
. Add the following code to the end of ~/.bashrc
and save the file:
1 | export PATH="/opt/Gromacs2024/install/bin:$PATH" |
Here I rename the command gmx_mpi
as gmx24
to avoid command conflict when using Gmx18 on the same machine.
Then in shell:
1 | source ~/.bashrc |
Test if Gmx24 is initialized successfully: