Skip to content

Commit

Permalink
Merge pull request #858 from stan-dev/debug_compile_tests_constrain_r…
Browse files Browse the repository at this point in the history
…efactor

Set -j PARALLEL in compile tests
  • Loading branch information
SteveBronder authored Mar 21, 2021
2 parents 4f30c6f + 8152afa commit c738080
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 @@ -158,8 +158,8 @@ pipeline {
cd performance-tests-cmdstan
cd cmdstan; make -j${env.PARALLEL} build; cd ..
cp ../bin/stanc cmdstan/bin/stanc
./runPerformanceTests.py --runs=0 ../test/integration/good
./runPerformanceTests.py --runs=0 example-models
./runPerformanceTests.py -j${env.PARALLEL} --runs=0 ../test/integration/good
./runPerformanceTests.py -j${env.PARALLEL} --runs=0 example-models
"""
}

Expand Down

0 comments on commit c738080

Please sign in to comment.