int
main(int argc, char **argv)
{
+ // tests.h enables floating point exceptions in debug mode, but this test
+ // generates an (irrelevant) exception when run with more than one MPI
+ // process so disable them again:
+#if defined(DEBUG) && defined(DEAL_II_HAVE_FP_EXCEPTIONS)
+ {
+ const int current_fe_except = fegetexcept();
+ fedisableexcept(current_fe_except);
+ }
+#endif
+
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, numbers::invalid_unsigned_int);
int
main(int argc, char **argv)
{
+ // tests.h enables floating point exceptions in debug mode, but this test
+ // generates an (irrelevant) exception when run with more than one MPI
+ // process so disable them again:
+#if defined(DEBUG) && defined(DEAL_II_HAVE_FP_EXCEPTIONS)
+ {
+ const int current_fe_except = fegetexcept();
+ fedisableexcept(current_fe_except);
+ }
+#endif
+
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, numbers::invalid_unsigned_int);
int
main(int argc, char **argv)
{
+ // tests.h enables floating point exceptions in debug mode, but this test
+ // generates an (irrelevant) exception when run with more than one MPI
+ // process so disable them again:
+#if defined(DEBUG) && defined(DEAL_II_HAVE_FP_EXCEPTIONS)
+ {
+ const int current_fe_except = fegetexcept();
+ fedisableexcept(current_fe_except);
+ }
+#endif
+
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, numbers::invalid_unsigned_int);
int
main(int argc, char **argv)
{
+ // tests.h enables floating point exceptions in debug mode, but this test
+ // generates an (irrelevant) exception when run with more than one MPI
+ // process so disable them again:
+#if defined(DEBUG) && defined(DEAL_II_HAVE_FP_EXCEPTIONS)
+ {
+ const int current_fe_except = fegetexcept();
+ fedisableexcept(current_fe_except);
+ }
+#endif
+
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, numbers::invalid_unsigned_int);
int
main(int argc, char **argv)
{
+ // tests.h enables floating point exceptions in debug mode, but this test
+ // generates an (irrelevant) exception when run with more than one MPI
+ // process so disable them again:
+#if defined(DEBUG) && defined(DEAL_II_HAVE_FP_EXCEPTIONS)
+ {
+ const int current_fe_except = fegetexcept();
+ fedisableexcept(current_fe_except);
+ }
+#endif
+
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, numbers::invalid_unsigned_int);