]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix up tests for Intel
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 27 Apr 2021 15:38:09 +0000 (11:38 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 27 Apr 2021 20:21:54 +0000 (16:21 -0400)
include/deal.II/grid/tria.h
tests/base/unsubscribe_subscriptor.debug.output.intel
tests/parameter_handler/parameter_handler_25.output2

index b81045f50ba33dc38a960eaecff8855ee16f8dcd..d84a0c4c4f3122afdf8638bfd483ed134dbc8482 100644 (file)
@@ -1532,7 +1532,12 @@ public:
      * automatically generated destructor would have a different one due to
      * member objects.
      */
+#ifdef __INTEL_COMPILER
+    virtual ~DistortedCellList() noexcept override
+    {}
+#else
     virtual ~DistortedCellList() noexcept override = default;
+#endif
 
     /**
      * A list of those cells among the coarse mesh cells that are deformed or
index 4817452f841bf92bc4703dd73669d4e84d5c1cf2..cdd231ec98f15999c21419603c3ffccd8153f5f1 100644 (file)
@@ -7,7 +7,8 @@ An error occurred in file <subscriptor.cc> in function
 The violated condition was: 
     it != counter_map.end()
 Additional information: 
-    No subscriber with identifier <b> subscribes to this object of class N6dealii11SubscriptorE. Consequently, it cannot be unsubscribed.
+    No subscriber with identifier <b> subscribes to this object of class
+    N6dealii11SubscriptorE. Consequently, it cannot be unsubscribed.
 --------------------------------------------------------
 
 DEAL::Exception: ExcMessage( "This Subscriptor object does not know anything about the supplied pointer!")
@@ -18,6 +19,7 @@ An error occurred in file <subscriptor.cc> in function
 The violated condition was: 
     validity_ptr_it != validity_pointers.end()
 Additional information: 
-    This Subscriptor object does not know anything about the supplied pointer!
+    This Subscriptor object does not know anything about the supplied
+    pointer!
 --------------------------------------------------------
 
index 28acc10ab66b7666e1c98570c071c6f9e0ee60f5..23c8e4fccd7d8d3b8408a693d87c64eb39516739 100644 (file)
@@ -18,11 +18,14 @@ An error occurred in file <parameter_handler.cc> in function
 The violated condition was: 
     entries_wrongly_not_set.size() == 0
 Additional information: 
-    Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters 
-
-  General.Precision
-  General.dim
-
- have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct.
+    Not all entries of the parameter handler that were declared with
+    `has_to_be_set = true` have been set. The following parameters
+    
+    General.Precision
+    General.dim
+    
+    have not been set. A possible reason might be that you did not add
+    these parameter to the input file or that their spelling is not
+    correct.
 --------------------------------------------------------
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.