Exclude examples with random number generators from regression. Add new examples...
[snark14.git] / examples / regression
index fb4c2f1db5e9416e222b520e70b1454d9ed58e1f..524fbc64196d5c042ecdb99bddc902f725b84f7d 100755 (executable)
@@ -1,8 +1,9 @@
 #!/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 12 13; 
+for i in 1 2 3 4 5 6 8 9 10 13; 
 do
        echo Computing the diff for example b"$i".
        cd b"$i"