Re: [gmx-users] How to use "gmx view" on Ubuntu?

2017-05-10 Thread Frank Zhou
Hello Cheng, You can firstly install libX11-devel by yourself: # sudo apt-get install libx11-dev (in CentOS: sudo yum install libX11-devel) Then "cd build" and run: # cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON -DGMX_X11=on Thanks, Frank On 5/10/17, 2:33 PM, "Mark Abraham"

Re: [gmx-users] How to compile Mopac7 with Gromacs_2016.3 release?

2017-05-09 Thread Frank Zhou
in that install guide, or otherwise known >to work e.g. by having been reported in a publication. > >Mark > >On Wed, May 10, 2017 at 12:43 AM Frank Zhou >wrote: > >> Hello, >> >> I am trying to get QMMM support in Gromacs. However, the instruction >> prov

[gmx-users] How to compile Mopac7 with Gromacs_2016.3 release?

2017-05-09 Thread Frank Zhou
Hello, I am trying to get QMMM support in Gromacs. However, the instruction provided by Mopac 7 is using "./configure" with some parameters. However, starting from Gromacs 5, they use cmake to compile. Is that mean, if we want to use Mopac 7, we have to use the old version Gromacs, such as Gromacs