From daf259ef44471f31f33abd64bb14e0e6e00360ba Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 11 Jul 2018 09:13:02 +0100 Subject: [PATCH] Do not choke on FPEs in the gravity pair tests. The vectorized version does not handle it well. --- tests/testPotentialPair.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/testPotentialPair.c b/tests/testPotentialPair.c index 526a7661ea..0ca3d0ca9a 100644 --- a/tests/testPotentialPair.c +++ b/tests/testPotentialPair.c @@ -95,11 +95,6 @@ int main(int argc, char *argv[]) { unsigned long long cpufreq = 0; clocks_set_cpufreq(cpufreq); -/* Choke on FPEs */ -#ifdef HAVE_FE_ENABLE_EXCEPT - feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); -#endif - /* Initialise a few things to get us going */ /* Non-truncated forces first */ -- GitLab