Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

It is primarily designed for biochemical molecules like proteins, lipids and nucleic acids that have a lot of complicated bonded interactions, but since GROMACS is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non-biological systems, e.g. polymers.

Usage

Add module: module load gromacs/5.1.2

Usage: srun $(which gmx_mpi) (gromacs programs)

Benchmarks (on im1080 partition) indicated that best performance for mdrun is obtained using 4 OpenMP threads per MPI process. The usage for mdrun should be modified as follows

mdrun usage:
export OMP_NUM_THREADS=4
srun --ntasks-per-node=6 $(which gmx_mpi) mdrun (mdrun options) -ntomp 4

See http://manual.gromacs.org/programs/byname.html for a list of gromacs programs and how to run the programs

Absolute path to gromacs (gmx_mpi) executable: /share/Apps/gromacs/5.1.2/intel-16.0.3-mvapich2-2.1/bin/gmx_mpi

Benchmarks

Which version of Gromacs should I use?

  • No labels