Multiple pulses for GPU Halo Exchange
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_struct.h
index 12a134c96c3b6ecf022e31506980ce38c81b2e60..8670ca81c6fc246c4ee9c84f5ca36a103baa63fd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2018,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -237,7 +237,7 @@ struct gmx_domdec_t
     std::vector<gmx::RVec> pmeForceReceiveBuffer;
 
     /* GPU halo exchange object */
-    std::unique_ptr<gmx::GpuHaloExchange> gpuHaloExchange;
+    std::vector<std::unique_ptr<gmx::GpuHaloExchange>> gpuHaloExchange;
 };
 
 //! Are we the master node for domain decomposition