I tried installing Gromacs in Ubuntu 18.04. I face problem in installing and finally got a solution through a vedio in YouTube. and it is very useful. Thanks to Mr. Kush Mehra.

Before installing download below files

  • cmake-3.9.0-rc2.tar.gz ( https://cmake.org/download/)
  • fftw-3.3.6-pl2.tar.gz ( http://www.fftw.org/download.html )
  • Follow these set of commands:

  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install g++
  • cd Downloads/
  • tar xzvf cmake-3.9.0-rc2.tar.gz
  • cd cmake-3.9.0-rc2
  • ./configure
  • make
  • cd ..
  • tar xzvf fftw-3.3.6-pl2.tar.gz
  • cd fftw-3.3.6-pl2
  • ./configure
  • make install
  • cd ..
  • sudo apt-get install gromacs
  • gmx pdb2gmx
  • Vedio URL: https://www.youtube.com/watch?v=x3ypo2Oegvc

    Similar questions and discussions