X-Git-Url: http://git.kpe.io/?p=snark14.git;a=blobdiff_plain;f=examples%2Fregression;h=524fbc64196d5c042ecdb99bddc902f725b84f7d;hp=fb4c2f1db5e9416e222b520e70b1454d9ed58e1f;hb=93394341ab3f11455fc247c8e4e5050b965d8c49;hpb=69b097c937231746b11a373f5ce6ab682e83df56 diff --git a/examples/regression b/examples/regression index fb4c2f1..524fbc6 100755 --- a/examples/regression +++ b/examples/regression @@ -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"