PME reduction for CUDA F buffer operations
[alexxy/gromacs.git] / src / gromacs / ewald / tests / pmetestcommon.cpp
index 55515294d2816d13629553745c8e4ff748fd7737..763d79d6823620828a8e6dda94fd89bc653fd343 100644 (file)
@@ -418,7 +418,7 @@ void pmePerformGather(gmx_pme_t *pme, CodePath mode,
             {
                 std::copy(std::begin(forces), std::end(forces), std::begin(output.forces_));
             }
-            pme_gpu_gather(pme->gpu, inputTreatment, reinterpret_cast<float *>(fftgrid));
+            pme_gpu_gather(pme->gpu, inputTreatment, reinterpret_cast<float *>(fftgrid), false);
             std::copy(std::begin(output.forces_), std::end(output.forces_), std::begin(forces));
         }
         break;