Prune change-management.rst and update links.
[alexxy/gromacs.git] / src / gromacs / domdec / gpuhaloexchange_impl.cu
index 6c241f3fd52bf69d9cdd9260326089d8415d4302..0eebc6c0e4d3868e605a010b95e7792a4fcbdfd4 100644 (file)
@@ -269,7 +269,7 @@ void GpuHaloExchange::Impl::communicateHaloForces(bool accumulateForces)
         // ensure non-local stream waits for local stream, due to dependence on
         // the previous H2D copy of CPU forces (if accumulateForces is true)
         // or the above clearing.
-        // TODO remove this dependency on localStream - edmine issue #3093
+        // TODO remove this dependency on localStream - edmine Issue #3093
         GpuEventSynchronizer eventLocal;
         eventLocal.markEvent(localStream_);
         eventLocal.enqueueWaitEvent(nonLocalStream_);