X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fregression;h=fb4c2f1db5e9416e222b520e70b1454d9ed58e1f;hb=904ab606696f0d5344cd0c09dff42b8b5b28aa05;hp=524fbc64196d5c042ecdb99bddc902f725b84f7d;hpb=93394341ab3f11455fc247c8e4e5050b965d8c49;p=snark14.git 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"