Fixed parallel distribution and thread count reporting
authorBerk Hess <hess@kth.se>
Tue, 24 Feb 2015 14:52:06 +0000 (15:52 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 24 Feb 2015 22:31:50 +0000 (23:31 +0100)
commit6cb0f92aa2b6d1217c4710e94f20772212fcead0
treea22b882f8778ea4d70bcc3452476d9a0d2256f6e
parentee1adedca0c59ba4b99a283e1f277a295117ee52
Fixed parallel distribution and thread count reporting

The domain decomposition no longer prints the atom count for all ranks
(which gets far too long at high parallelization), but rather av,
stddev, min and max.
Corrected the OpenMP thread count print, which often printed 0 thread
for (non-existent) PME ranks.
Fixes #1681, #1685.

Change-Id: Ia0e01c1c458e464ba2469d45c94d9e8c6b85d128
src/gromacs/domdec/domdec.cpp
src/gromacs/gmxlib/gmx_omp_nthreads.c