Skip to content
Snippets Groups Projects
Commit daf259ef authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Do not choke on FPEs in the gravity pair tests. The vectorized version does not handle it well.

parent eb6b2429
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment