fixed SD+BD integration slowing down with OpenMP threads
authorBerk Hess <hess@kth.se>
Thu, 17 Jan 2013 09:01:11 +0000 (10:01 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 17 Jan 2013 17:42:43 +0000 (18:42 +0100)
commitd120c370ad823079c69dfff5b7f9b70dc4e8bf68
tree7bf582aac646bf2711ed59a634f6bce64eb8713c
parent2b626bd595540a7d25b4b3eef719b131c3b0c565
fixed SD+BD integration slowing down with OpenMP threads

The SD and BD integrators would integrate on all OpenMP threads,
making the integration much slower instead of faster.
It is not clear if the results could be affected by this bug.
Fixes #1121

Change-Id: Iea4283e0470b72f6f927cb49503ac91d65025647
src/mdlib/update.c