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