I've been trying to sample from multiple Stan models in parallel, and chains terminate unexpectedly every single time.
I tried all kinds of workarounds without any success, and eventually found the following bug report:
https://github.com/stan-dev/cmdstan/issues/1169
Containers seemed like overkill; then I discovered `unname` and found that it worked! What a relief. I still have no idea *why* this is necessary ...