Multiple pulses for GPU Halo Exchange
[alexxy/gromacs.git] / src / gromacs / domdec / gpuhaloexchange_impl.cpp
index a17c550c6c9044e77bad079c615a1e12e5ac7f39..1ce9a9d93e7490421c58feb8ef32b65a471692d3 100644 (file)
@@ -63,7 +63,8 @@ class GpuHaloExchange::Impl
 GpuHaloExchange::GpuHaloExchange(gmx_domdec_t* /* dd */,
                                  MPI_Comm /* mpi_comm_mysim */,
                                  void* /*streamLocal */,
-                                 void* /*streamNonLocal */) :
+                                 void* /*streamNonLocal */,
+                                 int /*pulse */) :
     impl_(nullptr)
 {
     GMX_ASSERT(false,