Quiet stderr output, particularly for multi-simulations
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 11 Jan 2013 17:06:33 +0000 (18:06 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 16 Jan 2013 01:16:01 +0000 (02:16 +0100)
commit69e15959fc7dd2ce7e6d47eb9338a127fcbc4852
tree497c309e2b051bd521e36c3f5bd2824ba752266f
parentf6e7b9f55e96666f809baf41039a6afbce7cb3dd
Quiet stderr output, particularly for multi-simulations

* removed printing of DD info to stderr
* printed multi-simulation information only once in places where
  repetition is clearly redundant (Some repetition remains,
  but only from each simulation master.)
* add option to not print result of multi-simulation check
  if it passed, so that we don't have to print things to
  stderr/stdout just because the .log file is not yet open
* printing of diagnostics about the number of MPI
  processes present when mdrun starts only goes (once) to
  each debug file, and not to stderr
* reduced printing of diagnostics about the number of OpenMP
  threads; now goes to stderr only on SIMMASTER, or
  once to each debug file
* clarified errors and informational messages about selecting
  the number of OpenMP threads

Fixes #1078, refs #1083

Change-Id: If782259bcd62ddd9be325393930080b70c5cfb4e
include/gmx_omp_nthreads.h
include/main.h
src/gmxlib/disre.c
src/gmxlib/gmx_omp_nthreads.c
src/gmxlib/main.c
src/gmxlib/network.c
src/gmxlib/orires.c
src/kernel/mdrun.c
src/kernel/repl_ex.c
src/kernel/runner.c
src/mdlib/domdec.c