Disable FPEs at end of runner
commitd805669dd4e9756456bcc437991e7c1702c7e622
authorRoland Schulz <roland.schulz@intel.com>
Thu, 19 Jul 2018 16:34:27 +0000 (19 09:34 -0700)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 30 Jul 2018 12:39:18 +0000 (30 14:39 +0200)
tree19eff220d0a91c642eca386e41e1c1ad2387c798
parent0c885f69812076f16c95cc7d4cccd1bc2ab0babe
Disable FPEs at end of runner

In mdrun unit tests the exceptions enabled for one test were
still active in the next. This caused issues with group
kernel which is known to throw FPEs.

Related #2404

Change-Id: Ie347a29f25ed16836a3164b61c9fca87ca66fc44
src/gromacs/math/utilities.cpp
src/gromacs/math/utilities.h
src/gromacs/mdrun/runner.cpp