Disabled FPE checking for non-release builds
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 8 Nov 2018 16:13:25 +0000 (17:13 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 9 Nov 2018 20:56:49 +0000 (21:56 +0100)
commit03737b0cafac0fbe7445e291c418756ec5f7365b
tree75474f3413cbe3907692cd23bbb89d3afba6ec95
parent4dede5be9361ce05804af3c1493ebd1267f5a3e2
Disabled FPE checking for non-release builds

This means that Jenkins will no longer give any reports, false or
true, from floating-point exceptions. Test binaries can still have FPE
checking enabled manually, however.

The content of this change should not be merged into the release-2019
branch.

Fixes #2750

Change-Id: I12c5e1a08e43e48cb7012edb6d5e8aea08baddc8
src/programs/mdrun/runner.cpp
src/testutils/testinit.cpp