Fix race conditions
authorRoland Schulz <roland@utk.edu>
Mon, 18 Nov 2013 18:48:58 +0000 (13:48 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 21 Jan 2014 18:15:51 +0000 (19:15 +0100)
commit796455c818dea83c2ca0da228381eb0d85dd1bcd
treea381005eb647e1cc5cbaea74e6ba9a45122e1802
parent16a4e75179aeefe66595b9816f8c413859de79e3
Fix race conditions

progBal problem didn't cause probles because the value written
to the same value on each thread. mdatom.c (c6/c12) problem
was introduced in commit 1c4ab8dc85d1b.

Change-Id: Ia61d214f82771b181308573e4ae1adac94ce5ffa
src/gromacs/mdlib/mdatom.c
src/gromacs/mdlib/nbnxn_search.c