Description
GROMACS is a versatile package to perform molecular dynamics,
i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.
Software Category: chem
For detailed information, visit the GROMACS website.
Available Versions
To find the available versions and learn how to load them, run:
module spider gromacs
The output of the command shows the available GROMACS module versions.
For detailed information about a particular GROMACS module, including how to load the module, run the module spider command with the module’s full version label. For example:
module spider gromacs/2025.3
| Module | Version |
Module Load Command |
| gromacs | 2025.3 |
module load intel-compilers/2023.1.0 impi/2021.9.0 gromacs/2025.3
|
| gromacs | 2026.0 |
module load nvhpc/26.1 gromacs/2026.0
|
Usage on GPU
This module is built with CUDA support. A Slurm script template is provided below.
#!/bin/bash
#SBATCH -A mygroup # your allocation account
#SBATCH -p gpu # partition
#SBATCH --gres=gpu:1 # number of GPUs
#SBATCH -N 1 # number of nodes
#SBATCH --ntasks-per-node=10 # number of tasks
#SBATCH -t 10:00:00 # time
module purge
module load nvompi gromacs
srun gmx_mpi <arguments>
|
HPC, software
chem, container