Stan integration tests with g++?

Hey,

Does anyone (@syclik?) know why we don’t run the integration tests with g++ or on Travis? I just tried to add them to help figure something out with Mitzi’s PR and they failed with g++ on Jenkins. It might just take more memory with g++ than clang++ and that could be why gcc claims to have been killed, not sure.

Thanks,
Sean

Not sure. My only guess would be resource limits on Travis: either memory or time. Have you looked at the history of the Travis config? If it was there and removed at some point, that’s probably the reason.