makson96 / Dynamics

Dynamics PyMOL Plugin
GNU General Public License v3.0
40 stars 16 forks source link

GROMACS 5.0 will not work with "ns_type = simple" #84

Closed ghost closed 7 years ago

ghost commented 7 years ago

Due to changes is default *.mdp files from "ns_type = grid" to "ns_type = simple" the GROMACS 5.0 support is now broken with error (mdrun): "Fatal error: Domain decomposition does not support simple neighbor searching, use grid searching or run with one MPI rank For more information and tips for troubleshooting, please check the GROMACS website at http://www.gromacs.org/Documentation/Errors"

We should ensure that default option for "ns_type" for GROMACS 5.0 is grid.

GROMACS 5.1 and 2016.X is working fine.