Merge branch release-5-1
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.cpp
index ba73710a20e0bb8831ed5f7dd867edc981d6da57..1d13d3550aa96b1714352adf5480c530b706b628 100644 (file)
@@ -1535,15 +1535,6 @@ gmx_bool nbnxn_gpu_acceleration_supported(FILE             *fplog,
         return FALSE;
     }
 
-    if (ir->vdwtype == evdwPME && ir->ljpme_combination_rule == eljpmeLB)
-    {
-        /* LJ PME with LB combination rule does 7 mesh operations.
-         * This so slow that we don't compile GPU non-bonded kernels for that.
-         */
-        md_print_warn(cr, fplog, "LJ-PME with Lorentz-Berthelot is not supported with GPUs, falling back to CPU only\n");
-        return FALSE;
-    }
-
     return TRUE;
 }