Finish removing group-scheme all-vs-all support
[alexxy/gromacs.git] / src / gromacs / mdrun / runner.cpp
index 6f2657b02f3f6c2ccab52eec797b154dc164972d..f553e9f7bb125564accf86404b1ead4fed1800a9 100644 (file)
@@ -785,11 +785,6 @@ int Mdrunner::mdrunner()
         gmx_fatal(FARGS, "The .mdp file specified an energy mininization or normal mode algorithm, and these are not compatible with mdrun -rerun");
     }
 
-    if (can_use_allvsall(inputrec, TRUE, cr, fplog) && DOMAINDECOMP(cr))
-    {
-        gmx_fatal(FARGS, "All-vs-all loops do not work with domain decomposition, use a single MPI rank");
-    }
-
     if (!(EEL_PME(inputrec->coulombtype) || EVDW_PME(inputrec->vdwtype)))
     {
         if (domdecOptions.numPmeRanks > 0)