Skip to content

Instantly share code, notes, and snippets.

@rohitfarmer
Created February 5, 2019 01:30
Show Gist options
  • Select an option

  • Save rohitfarmer/c420f61f2938b8f7c0d3922fb9cc5da2 to your computer and use it in GitHub Desktop.

Select an option

Save rohitfarmer/c420f61f2938b8f7c0d3922fb9cc5da2 to your computer and use it in GitHub Desktop.
Gromacs

Gromacs 2019 installation on Dell (14 7000)

tar xfz gromacs-2019.tar.gz
cd gromacs-2019
mkdir build
cd build
cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON -DGMX_GPU=ON -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -DCMAKE_INSTALL_PREFIX=/home/rohit/bin/gromacs/gromacs-2019
make
make check
make install
source /home/rohit/bin/gromacs/gromacs-2019/bin/GMXRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment