Move gmx_omp.* into src/gromacs/utility/
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 22 Nov 2013 18:54:00 +0000 (20:54 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 28 Nov 2013 18:23:57 +0000 (19:23 +0100)
commit9e6f6ca4e667a9c90f2655113889fb66bddcc7fa
tree2870b55d06c928bc26cb63217700c456c45619b5
parent795da2b2d40bac341e9d05075b5c642cfb8f91dc
Move gmx_omp.* into src/gromacs/utility/

Changes:
 - Rename the file to gmxomp.*, analogous to other headers in the
   directory.
 - Replace the copyright headers with the new format, and put years
   there when the files have been in existence.
 - Fix Doxygen documentation to produce something reasonable.  Some
   brief descriptions are still very long...
 - Add extern "C" guards.
 - Don't install the header, as it is only an internal implementation
   detail.

Change-Id: I22d876b333534b783ef0638202939a89ce62e9d9
16 files changed:
src/gromacs/gmxana/geminate.c
src/gromacs/gmxana/gmx_hbond.c
src/gromacs/gmxana/gmx_sans.c
src/gromacs/gmxana/nsfactor.c
src/gromacs/gmxlib/gmx_omp_nthreads.c
src/gromacs/gmxlib/gmx_thread_affinity.c
src/gromacs/legacyheaders/gmx_omp.h [deleted file]
src/gromacs/mdlib/clincs.c
src/gromacs/mdlib/pme.c
src/gromacs/mdlib/update.c
src/gromacs/mdlib/vsite.c
src/gromacs/utility.h
src/gromacs/utility/CMakeLists.txt
src/gromacs/utility/gmxomp.c [moved from src/gromacs/gmxlib/gmx_omp.c with 77% similarity]
src/gromacs/utility/gmxomp.h [new file with mode: 0644]
src/programs/mdrun/runner.c