Exclude examples with random number generators from regression. Add new examples...
[snark14.git] / examples / regression
index 281ebe7d358997a4fcb417c990a9f58ee80c1f62..524fbc64196d5c042ecdb99bddc902f725b84f7d 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
-for i in `seq 1 11`; 
+
+# 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; 
 do
        echo Computing the diff for example b"$i".
        cd b"$i"