Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update documentation for GROMACS 2019 install #218

Closed
jmhays opened this issue May 27, 2019 · 0 comments · Fixed by #220
Closed

update documentation for GROMACS 2019 install #218

jmhays opened this issue May 27, 2019 · 0 comments · Fixed by #220
Projects

Comments

@jmhays
Copy link
Contributor

jmhays commented May 27, 2019

The gromacs installation documentation on https://gmxapi.readthedocs.io/en/latest/install.html needs a small fix: when you run cmake, the flag DGMXAPI needs to be set to ON. I.e.,

mkdir build
cd build
cmake ../gromacs -DGMX_THREAD_MPI=ON \
                 -DCMAKE_CXX_COMPILER=`which g++`
                 -DCMAKE_C_COMPILER=`which gcc`
                 -DCMAKE_INSTALL_PREFIX=$HOME/gromacs-gmxapi
                 -DGMXAPI=ON
make -j8 && make install
eirrgang added a commit to gmxapi/gmxapi that referenced this issue May 27, 2019
Final release of GROMACS 2019 requires manually setting GMXAPI=ON.

Fixes kassonlab#218
eirrgang added a commit to gmxapi/gmxapi that referenced this issue May 27, 2019
Final release of GROMACS 2019 requires manually setting GMXAPI=ON.

Fixes kassonlab#218
eirrgang added a commit to gmxapi/gmxapi that referenced this issue May 27, 2019
Final release of GROMACS 2019 requires manually setting GMXAPI=ON.
Also update readthedocs configuration.

Fixes kassonlab#218
@eirrgang eirrgang added this to To do in 0.0.7.2 via automation Jul 2, 2019
@eirrgang eirrgang moved this from To do to Closed in 0.0.7.2 Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.0.7.2
  
Closed
Development

Successfully merging a pull request may close this issue.

1 participant