Remove PCA_QUIET
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 14 May 2014 18:37:35 +0000 (21:37 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 8 Jul 2014 18:45:44 +0000 (20:45 +0200)
commit7175207d6945b408eecfa5d1ffdae3f4e6f2ebca
treecb1ea96ef8fcaa2d8ee8af3c3c7268f1ca719e51
parentd63e5c42affd65b950f57046c3274e649ce3f127
Remove PCA_QUIET

Instead of exposing this to all callers of parse_common_args(), make the
command-line runner only execute the module on the master node in the
case help is being printed.  It should be quite rare that anyone runs -h
with multiple nodes (which is the only case this nowadays affected), so
this doesn't need an extra flag that callers need to be aware of.

Change-Id: I0a0b76d358bd7db283e5244c49acbd4a40d7af6f
src/contrib/timefft.c
src/gromacs/commandline/cmdlinemodule.h
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/commandline/pargs.cpp
src/gromacs/commandline/pargs.h
src/gromacs/gmxana/gmx_pme_error.cpp
src/programs/mdrun/mdrun.cpp