Fix cycle counters for "comm.coord" and "Wait + Comm. F" to support GPU halo exchange...
[alexxy/gromacs.git] / src / gromacs / domdec / gpuhaloexchange_impl.cpp
index e9106b7c8902a42503a6a4712831abb02be2a3d6..247c65b4e03959d02b4be10e3124d92a477b1f56 100644 (file)
@@ -65,7 +65,8 @@ GpuHaloExchange::GpuHaloExchange(gmx_domdec_t* /* dd */,
                                  const DeviceContext& /* deviceContext */,
                                  const DeviceStream& /*streamLocal */,
                                  const DeviceStream& /*streamNonLocal */,
-                                 int /*pulse */) :
+                                 int /*pulse */,
+                                 gmx_wallcycle* /*wcycle*/) :
     impl_(nullptr)
 {
     GMX_ASSERT(false,