Bug fix for event passed to GPU comm features
[alexxy/gromacs.git] / src / gromacs / ewald / pme.h
index 3695f12f7222ce1d397b3d0c8f67577ed81d5c5a..507af05bc20c658f584a519925bbf35d4cc91867 100644 (file)
@@ -232,7 +232,8 @@ void gmx_pme_send_coordinates(t_forcerec *fr, const t_commrec *cr, const matrix
                               gmx_bool bEnerVir,
                               int64_t step, bool useGpuPmePpComms,
                               bool reinitGpuPmePpComms,
-                              bool sendCoordinatesFromGpu, gmx_wallcycle *wcycle);
+                              bool sendCoordinatesFromGpu,
+                              GpuEventSynchronizer *coordinatesReadyOnDeviceEvent, gmx_wallcycle *wcycle);
 
 /*! \brief Tell our PME-only node to finish */
 void gmx_pme_send_finish(const t_commrec *cr);