Improve program name reporting.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 30 Jun 2013 09:52:48 +0000 (12:52 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 22 Jul 2013 09:28:49 +0000 (11:28 +0200)
commit42dc41099461c51fe88bd72123f41f3df0ac2d41
tree10f9087aa0914f985915b1a0066a48158ca7cd89
parente426cc6342fb4d7645df7ea0201001720bd2dcdb
Improve program name reporting.

Now, the wrapper binary reports the name of the program as
'gmx-<module>' as soon as a module has been selected.  Error and help
messages are clearer, as well as the header printed during program
start-up.

Change-Id: I2754539ae6815405aeb22e42ad8b5452e525dbb3
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/commandline/cmdlinemodulemanager.h
src/gromacs/commandline/tests/cmdlinemodulemanager.cpp
src/gromacs/gmxlib/copyrite.cpp
src/gromacs/gmxlib/oenv.cpp
src/gromacs/gmxlib/statutil.cpp
src/gromacs/utility/errorformat.cpp
src/gromacs/utility/programinfo.cpp
src/gromacs/utility/programinfo.h
src/programs/gmx/gmx.cpp