From 87885ee564f271b5f354fbd5a3c500660a4e7d81 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Feb 2018 16:48:50 -0700 Subject: [PATCH] Current regression issues file --- examples/ISSUES | 7 +++++++ examples/b12/README | 1 + examples/regression | 3 +-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 examples/ISSUES diff --git a/examples/ISSUES b/examples/ISSUES new file mode 100644 index 0000000..578c394 --- /dev/null +++ b/examples/ISSUES @@ -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. + diff --git a/examples/b12/README b/examples/b12/README index 156db76..a4d3380 100644 --- a/examples/b12/README +++ b/examples/b12/README @@ -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 + diff --git a/examples/regression b/examples/regression index 524fbc6..fb4c2f1 100755 --- a/examples/regression +++ b/examples/regression @@ -1,9 +1,8 @@ #!/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" -- 2.34.1