stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.57k stars 369 forks source link

Fix performance test to work on multiple architectures #2429

Open seantalts opened 6 years ago

seantalts commented 6 years ago

The Stan performance test (in src/test/performance) only works on gelman-group-mac, the Mac Pro in the office. Among other things, this means Stan and Math jobs all block waiting on that node to become available to do the performance test. That node is also one of 2 that performs distribution tests, which take 7.5 hours, so the queue can get pretty backed up. Fixing the test to be more robust helps us run it more efficiently and lets people develop against it more effectively.

Current Version:

v2.17.0

seantalts commented 6 years ago

cc @syclik

syclik commented 6 years ago

Yup. I’ll pick up the effort on this again.

On Oct 30, 2017, at 12:41 PM, seantalts notifications@github.com wrote:

cc @syclik

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.