Merge branch release-2016
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 23 Jun 2016 17:51:17 +0000 (19:51 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 23 Jun 2016 21:38:02 +0000 (23:38 +0200)
commita9df95b63f566c0e13e34c46f61db09084d469b8
tree8164e31fe680b8009c3ef59f71ae440024e03408
parent2a44d783290fc03570d2416766bd692c1cb4ed83
parent4c5c4b1897428224040051b841ac051624470e1c
Merge branch release-2016

 Conflicts:
 cmake/gmxVersionInfo.cmake

Trivial change to version status, resolve as in master

        src/gromacs/hardware/detecthardware.cpp

New logic for hwloc caching clashed with new logging interface.

    src/gromacs/hardware/hardwaretopology.cpp

New field isThisSystem_ was being initialized alongside other fields
that are now initialized elsewhere by the mockable interface.

     src/gromacs/mdlib/forcerec.cpp

Fix for tabulated bonded, and MD logging interface change both
touched init_forcerec.

Change-Id: Ied02b04c0985b5b956af7d46530e04cf51ef1648
13 files changed:
cmake/gmxVersionInfo.cmake
src/gromacs/gpu_utils/gpu_utils_ocl.cpp
src/gromacs/hardware/detecthardware.cpp
src/gromacs/hardware/hardwaretopology.cpp
src/gromacs/hardware/hardwaretopology.h
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/forcerec.h
src/gromacs/mdlib/gmx_omp_nthreads.h
src/gromacs/mdlib/minimize.cpp
src/gromacs/mdlib/sim_util.cpp
src/gromacs/utility/stringutil.h
src/programs/mdrun/runner.cpp
src/testutils/CMakeLists.txt