Fix "wait before marking" synchronization bug
authorAndrey Alekseenko <al42and@gmail.com>
Fri, 5 Mar 2021 15:37:51 +0000 (18:37 +0300)
committerAndrey Alekseenko <al42and@gmail.com>
Mon, 8 Mar 2021 08:53:38 +0000 (08:53 +0000)
commitfd997bc1ebae66921bba727e65d4d2e284b17d4b
tree257d086d96fbeb0238f1b55dfe3b4c0610f5f4ba
parent9bb3497e65a64ac0d7b2c8ecf1fd3a29eebe9761
Fix "wait before marking" synchronization bug

We did not initiate a D2H copy of coordinates when doing a neighbor
search but were anyway waiting on the associated event.

Unlikely that it had any negative consequences, but that's still a logic
bug.
src/gromacs/mdlib/sim_util.cpp