Fix naming from "Gromacs" to "GROMACS"
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 18 May 2015 12:36:37 +0000 (14:36 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 4 Jun 2015 20:58:26 +0000 (22:58 +0200)
commit16512e232eeab47103fbcf3a1b4f18bbc604d125
tree024ab51edc6398006bcc56231a83c029d356001a
parent498a2f469433fbf0be6b1bc2a683dd2b2f3e85bb
Fix naming from "Gromacs" to "GROMACS"

A bunch of user-facing names used the wrong name, so improved the
consistency there.

Fixing naming within source-code comments is not targeted here.

There's one or two fixes in the Doxygen comments, but that's not
targeted here. In particular, many references to "Gromacs" are in the
SIMD module, which would be silly to bump right now, since there are
lots of patches in Gerrit possibly affected.

Change-Id: I83f1414bffa322dbe2756dc4e5902342ac5fa2a5
47 files changed:
CMakeLists.txt
COPYING
admin/InstallInfo.txt
cmake/FindFFTW.cmake
cmake/ThreadMPI.cmake
cmake/gmxBuildTypeReference.cmake
cmake/gmxCPackUtilities.cmake
cmake/gmxManageSharedLibraries.cmake
cmake/gmxManageSimd.cmake
cmake/gmxTestCompilerProblems.cmake
docs/conf.py
docs/dev-manual/gmxtree.rst
docs/doxygen/includesorter.py
docs/doxygen/lib/simd.md
docs/manual/algorithms.tex
docs/user-guide/environment-variables.rst
docs/user-guide/file-formats.rst
docs/user-guide/getting-started.rst
share/template/Makefile.pkg
share/template/template.cpp
src/contrib/README
src/gromacs/fileio/gmx_system_xdr.c
src/gromacs/fileio/mtxio.c
src/gromacs/fileio/tpxio.c
src/gromacs/fileio/vmdio.c
src/gromacs/gmxana/gmx_density.c
src/gromacs/gmxana/gmx_energy.c
src/gromacs/gmxana/gmx_principal.c
src/gromacs/gmxana/gmx_trjorder.c
src/gromacs/gmxana/gmx_tune_pme.c
src/gromacs/gmxlib/checkpoint.cpp
src/gromacs/gmxlib/copyrite.cpp
src/gromacs/gmxlib/gmx_cpuid.c
src/gromacs/gmxpreprocess/grompp.c
src/gromacs/gmxpreprocess/pdb2top.cpp
src/gromacs/gmxpreprocess/readir.c
src/gromacs/linearalgebra/gmx_blas/blas_copyright
src/gromacs/linearalgebra/gmx_lapack/lapack_copyright
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/minimize.cpp
src/gromacs/mdlib/ns.c
src/gromacs/utility/baseversion-gen.h
src/gromacs/utility/gmxregex.cpp
src/programs/legacymodules.cpp
src/programs/mdrun/mdrun.cpp
src/programs/mdrun/runner.cpp
src/programs/view/view.cpp