Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp.c
index 919a3632722796f2ee092ccc070677d5dbd4e4f1..44a592d68cf42423d0e9c5b017582d8c3443c908 100644 (file)
@@ -1620,6 +1620,11 @@ int gmx_grompp(int argc, char *argv[])
         }
     }
 
+    if (nvsite && ir->eI == eiNM)
+    {
+        gmx_fatal(FARGS, "Normal Mode analysis is not supported with virtual sites.\nIf you'd like to help with adding support, we have an open discussion at http://redmine.gromacs.org/issues/879\n");
+    }
+
     if (ir->cutoff_scheme == ecutsVERLET)
     {
         fprintf(stderr, "Removing all charge groups because cutoff-scheme=%s\n",