Skip to content

Commit

Permalink
Enable GMXAPI for GROMACS 2019.
Browse files Browse the repository at this point in the history
https://gerrit.gromacs.org/c/8801 disables GMXAPI by default. We
presume this will be reverted before final release, pending resolution
of the issues referenced in the Gerrit change, but we need to update
our docs and CI testing.
  • Loading branch information
eirrgang committed Dec 11, 2018
1 parent 3199942 commit 4a706b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_scripts/install_gromacs_2019.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pushd $HOME
-DGMX_DOUBLE=$GMX_DOUBLE \
-DGMX_MPI=$GMX_MPI \
-DGMX_THREAD_MPI=$GMX_THREAD_MPI \
-DGMXAPI=ON \
-DCMAKE_INSTALL_PREFIX=$HOME/install/gromacs_2019 \
..
make -j2 install
Expand Down

0 comments on commit 4a706b7

Please sign in to comment.