Skip to content

Commit

Permalink
Try with no fast math
Browse files Browse the repository at this point in the history
  • Loading branch information
seantalts committed Jul 10, 2019
1 parent 7bdf177 commit b707ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pipeline {
"""
sh """
cd performance-tests-cmdstan
echo "CXXFLAGS+=-march=haswell" > cmdstan/make/local
echo "CXXFLAGS+=-march=core2 -fno-fast-math" > cmdstan/make/local
cat known_good_perf_all.tests
CXX="${CXX}" ./compare-compilers.sh "--tests-file=known_good_perf_all.tests --num-samples=10" "\$(readlink -f ../bin/stanc)"
cd ..
Expand Down Expand Up @@ -103,7 +103,7 @@ pipeline {
echo "example-models/regression_tests/mother.stan" > all.tests
cat known_good_perf_all.tests shotgun_perf_all.tests >> all.tests
cat all.tests
echo "CXXFLAGS+=-march=haswell" > cmdstan/make/local
echo "CXXFLAGS+=-march=core2 -fno-fast-math" > cmdstan/make/local
CXX="${CXX}" ./compare-compilers.sh "--tests-file all.tests --num-samples=10" "\$(readlink -f ../bin/stanc)" || true
"""
xunit([GoogleTest(
Expand Down

0 comments on commit b707ab5

Please sign in to comment.