Gromacs

Created Wednesday 24 August 2016

Overview

Classic Molecular Dynamics code using force fields, Gromacs is able to similate 10^8 partciles

http://www.gromacs.org/

Source

git clone git://git.gromacs.org/gromacs.git gromacs.git

Some patches are required (unless marked 'RESOLVED'):


Building in Blue Gene/Q


This is how to build Gromacs on Blue Gene/Q:

mkdir build && \
cd build && \
cmake .. -DCMAKE_TOOLCHAIN_FILE=BlueGeneQ-static-XL-CXX \
-DCMAKE_PREFIX_PATH=/soft/libraries/alcf/current/xl/FFTW3

NOTE: You must ./build in an empty build directory.

QPX

It would be nice to add QPX kernels to Gromacs.

Update: QPX support has recently been introduced in Gromacs. Peruse the Gromacs developer list for more information.



Backlinks: Software:Chemistry