Current regression issues file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 23:48:50 +0000 (16:48 -0700)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 23:48:50 +0000 (16:48 -0700)
examples/ISSUES [new file with mode: 0644]
examples/b12/README
examples/regression

diff --git a/examples/ISSUES b/examples/ISSUES
new file mode 100644 (file)
index 0000000..578c394
--- /dev/null
@@ -0,0 +1,7 @@
+Example 12 and 13 have small numeric differences across platforms,
+Numeric results across platforms:
+
+    gcc 7.2 on Ubuntu 2017.10 does not match does not match numeric
+    results with either gcc 5.4 on Windows 10 WSL and the distribution
+    Centos execution.
+
index 156db76dadb0c74e1612270c7fc717b6ab24736b..a4d3380b781815129a5f1eb1918f42ba4a6d977c 100644 (file)
@@ -11,3 +11,4 @@ This version does not pass regression testing. There is a very small difference
 
 gcc 5.4 on Windows 10 WSL and Centos original version match
 gcc 7.2 on Ubuntu 2017.10 does not match
 
 gcc 5.4 on Windows 10 WSL and Centos original version match
 gcc 7.2 on Ubuntu 2017.10 does not match
+
index 524fbc64196d5c042ecdb99bddc902f725b84f7d..fb4c2f1db5e9416e222b520e70b1454d9ed58e1f 100755 (executable)
@@ -1,9 +1,8 @@
 #!/bin/bash
 
 # Exclude examples 7 and 11 as they use random number generator not compatible across platforms
 #!/bin/bash
 
 # Exclude examples 7 and 11 as they use random number generator not compatible across platforms
-# Exclude example 12 as small differences in phi across gcc5.4 vs gcc7.2
 
 
-for i in 1 2 3 4 5 6 8 9 10 13; 
+for i in 1 2 3 4 5 6 8 9 10 12 13; 
 do
        echo Computing the diff for example b"$i".
        cd b"$i"
 do
        echo Computing the diff for example b"$i".
        cd b"$i"