Avoid warning during PME tuning
commit428ed5d683d43c3a5b53f14928f6e010334ba2f6
authorBerk Hess <hess@kth.se>
Thu, 7 May 2020 14:54:28 +0000 (7 14:54 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Thu, 7 May 2020 14:54:28 +0000 (7 14:54 +0000)
tree3c30ae45b9af71a936f9f60e15f748b37770592f
parent0f2c330f1e82bb67ae2fd075224bf37a14313231
Avoid warning during PME tuning

During PME tuning a warning could be printed about the PME grid not
being a multiple of the number of PME ranks. Since this is not
actually an issue and the user can not influence this, this note is
removed during tuning. To achieve this, gmx_pme_init() now actually
using the logging framework.
src/gromacs/ewald/pme.cpp