Remove LINCS prints to log file
commit7592a81192c0bfedc77b085383ac48d27573c933
authorBerk Hess <hess@kth.se>
Wed, 13 Jun 2018 15:30:53 +0000 (13 17:30 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 13 Jun 2018 22:09:33 +0000 (14 00:09 +0200)
treee3e5057770ed6f866b9e0f07874f3a5d792165ad
parentec536cfc8d976e13ffa0598c1334b31ae1ba7e85
Remove LINCS prints to log file

LINCS printed RMS and max constraint deviations before and after
constraining to the log file. Since this information is not useful
for the user and it is rank-local, is it now printed to debug instead.
Note that these prints appeared after refactoring, since before null
as passed as fplog.

Also removed LINCS warning prints to the log file, since they are
rank local, so only warnings on the master rank would show up.
Now warnings are only issued to stderr.

Change-Id: Ia60446ef0c21105c9687f31329ec6d4d17e8d838
src/gromacs/mdlib/constr.cpp
src/gromacs/mdlib/lincs.cpp
src/gromacs/mdlib/lincs.h