Merge branch release-2021 into merge-2021-into-master
[alexxy/gromacs.git] / src / gromacs / taskassignment / decidegpuusage.cpp
index d6a0b36e5f337d018d5791cd18df6f69f79b7141..d7fa6d2ade4845962ae4e2b4361e52a2a198849a 100644 (file)
@@ -573,11 +573,6 @@ bool decideWhetherToUseGpuForUpdate(const bool                     isDomainDecom
                     "small molecules, and box sizes close to half the pair-list cutoff are not "
                     "supported.\n ";
         }
-
-        if (pmeUsesCpu)
-        {
-            errorMessage += "With domain decomposition, PME must run fully on the GPU.\n";
-        }
     }
 
     if (havePmeOnlyRank)