Merge branch 'release-4-6'
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 28 Jan 2014 20:06:13 +0000 (21:06 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 28 Jan 2014 21:39:51 +0000 (22:39 +0100)
commit16200c9bc8d86775ddc0f8823f663a0eb7944b50
tree68135733f4f48f6160af7f6a986cd96494cee382
parentba7db18082bda202aabfa29418b6d7ac74a7dd7b
parentfb1349fd1de3e39d3905c9903a09e7ac2c36aa4b
Merge branch 'release-4-6'

Conflicts:
src/contrib/fftw/CMakeLists.txt
Resolved by merging bump to 3.3.3 and increased variable indirection
from both branches

src/gromacs/legacyheaders/nbnxn_cuda_data_mgmt.h
Resolved with master - both branches have now removed fplog parameter
from the free function

src/gromacs/legacyheaders/sim_util.h
src/gromacs/mdlib/minimize.c
src/gromacs/mdlib/tpi.c
src/programs/mdrun/md.c
These are text clashes between master branch runtime ->
walltime_accounting encapsulation transition, and the recently merged
release-4-6 consolidation of start-time printing. There's no code
clash, though. Resolved by using the code that works consistent with
both refactorings. The call to the print_start function has to follow
the call to the walltime_accounting_start function, of course.

Change-Id: I1559fbadfc15eb7b7e880b17e4519159ba9b534e
src/contrib/fftw/CMakeLists.txt
src/gromacs/gmxana/gmx_energy.c
src/gromacs/legacyheaders/sim_util.h
src/gromacs/mdlib/minimize.c
src/gromacs/mdlib/sim_util.c
src/gromacs/mdlib/tpi.c
src/programs/mdrun/md.c
src/programs/mdrun/mdrun.cpp