Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / mdlib / perf_est.c
index a22020a633a0f5ad3fe357d84497ebc01364822b..8069880ce220d14201c2550add48308fc8100d30 100644 (file)
@@ -99,6 +99,9 @@ int n_bonded_dx(gmx_mtop_t *mtop, gmx_bool bExcl)
      */
     ndx      = 0;
     ndx_excl = 0;
+#if __ICC == 1400 || __ICL == 1400
+#pragma novector /* Work-around for incorrect vectorization */
+#endif
     for (mb = 0; mb < mtop->nmolblock; mb++)
     {
         molt = &mtop->moltype[mtop->molblock[mb].type];